2 implementations of GetWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
711
HRESULT IOleInPlaceUIWindow.Interface.
GetWindow
(HWND* phwnd)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
414
HRESULT IOleInPlaceUIWindow.Interface.
GetWindow
(HWND* phwnd)
3 references to GetWindow
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceUIWindow.g.cs (1)
77
return __object.
GetWindow
(phwnd);
Windows.Win32.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.
GetWindow
(winmdroot.Foundation.HWND*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetWindow
(phwndLocal);