10 references to TopMostParent
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (8)
2924
Control topMost =
TopMostParent
;
4219
UnsafeNativeMethods.SendMessage(new HandleRef(
TopMostParent
,
TopMostParent
.Handle),
4262
UnsafeNativeMethods.SendMessage(new HandleRef(
TopMostParent
,
TopMostParent
.Handle),
8653
if (
TopMostParent
.IsActiveX) {
10782
topMostParent = this.
TopMostParent
;
10812
topMostParent = this.
TopMostParent
;
winforms\Managed\System\WinForms\Control.Ime.cs (1)
834
Control topMostWinformsParent =
TopMostParent
;
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1300
if (
TopMostParent
.IsIEParent) {