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