2 implementations of GetWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
608
HRESULT IOleInPlaceFrame.Interface.
GetWindow
(HWND* phwnd)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
69
HRESULT IOleInPlaceFrame.Interface.
GetWindow
(HWND* phwnd)
7 references to GetWindow
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
712
=> ((IOleInPlaceFrame.Interface)this).
GetWindow
(phwnd);
730
=> ((IOleInPlaceFrame.Interface)this).
GetWindow
(phwnd);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
415
=> ((IOleInPlaceFrame.Interface)this).
GetWindow
(phwnd);
433
=> ((IOleInPlaceFrame.Interface)this).
GetWindow
(phwnd);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
77
return __object.
GetWindow
(phwnd);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.
GetWindow
(winmdroot.Foundation.HWND*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetWindow
(phwndLocal);