1 implementation of GetWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15397int UnsafeNativeMethods.IOleInPlaceObject.GetWindow(out IntPtr hwnd) {
6 references to GetWindow
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (2)
3500if (NativeMethods.Succeeded(ipo.GetWindow(out hwnd))) { 4192if (NativeMethods.Succeeded(host.GetInPlaceObject().GetWindow(out hwnd))) {
winforms\Managed\System\WinForms\Control.cs (2)
15335return((UnsafeNativeMethods.IOleInPlaceObject)this).GetWindow(out hwnd); 15721return((UnsafeNativeMethods.IOleInPlaceObject)this).GetWindow(out hwnd);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
492if (NativeMethods.Succeeded(this.AXInPlaceObject.GetWindow(out hwndInPlaceObject))) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
227if (NativeMethods.Succeeded(this.Host.AXInPlaceObject.GetWindow(out hwnd))) {