1 instantiation of OverlayControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerFrame.cs (1)
41_designerRegion = new OverlayControl(site);
3 references to OverlayControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerFrame.cs (3)
28private readonly OverlayControl _designerRegion; 322if (c is OverlayControl) 537public OverlayControlAccessibleObject(OverlayControl owner) : base(owner)