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