2 implementations of GetWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4226IntPtr UnsafeNativeMethods.IOleInPlaceSite.GetWindow() {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
259IntPtr UnsafeNativeMethods.IOleInPlaceSite.GetWindow() {
1 reference to GetWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17073hwndParent = inPlaceSite.GetWindow();