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)
28
private readonly
OverlayControl
_designerRegion;
322
if (c is
OverlayControl
)
537
public OverlayControlAccessibleObject(
OverlayControl
owner) : base(owner)