8 references to TopLevelControlInternal
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (2)
4125
return
TopLevelControlInternal
;
16110
Control topLevelControl =
TopLevelControlInternal
;
winforms\Managed\System\WinForms\DataGridView.cs (1)
3695
Form parentForm = this.
TopLevelControlInternal
as Form;
winforms\Managed\System\WinForms\Form.cs (2)
6094
owner = ((Control)owner).
TopLevelControlInternal
;
6159
owner = ((Control)owner).
TopLevelControlInternal
;
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1284
if (control == null || !(control.
TopLevelControlInternal
is ToolStripDropDown)) {
1707
toplevelControl = intendedControl.
TopLevelControlInternal
;
winforms\Managed\System\WinForms\ToolTip.cs (1)
597
baseVar = ctl.
TopLevelControlInternal
;