1 implementation of GetWindow
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
117
HRESULT IOleInPlaceObject.Interface.
GetWindow
(HWND* phwnd) => ActiveXInstance.GetWindow(phwnd);
7 references to GetWindow
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
85
=> ((IOleInPlaceObject.Interface)this).
GetWindow
(phwnd);
348
HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) => ((IOleInPlaceObject.Interface)this).
GetWindow
(phwnd);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
426
if (AXInPlaceObject!.
GetWindow
(&hwndInPlaceObject).Succeeded)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
188
if (Host.AXInPlaceObject!.
GetWindow
(&hwnd).Succeeded)
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceObject.g.cs (1)
77
return __object.
GetWindow
(phwnd);
Windows.Win32.System_Ole_IOleInPlaceObject_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceObject.Interface.
GetWindow
(winmdroot.Foundation.HWND*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetWindow
(phwndLocal);