using System.Collections.Generic;
using UnityEngine.UI.Collections;
namespace UnityEngine.UI
{
///
/// Registry which maps a Graphic to the canvas it belongs to.
///
public class GraphicRegistry
{
private static GraphicRegistry s_Instance;
private readonly Dictionary