2 implementations of GetWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
338
HRESULT IOleInPlaceSite.Interface.
GetWindow
(HWND* phwnd)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
214
unsafe HRESULT IOleInPlaceSite.Interface.
GetWindow
(HWND* phwnd)
5 references to GetWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
333
=> ((IOleInPlaceSite.Interface)this).
GetWindow
(phwnd);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
419
=> ((IOleInPlaceSite.Interface)this).
GetWindow
(phwnd);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceSite.g.cs (1)
77
return __object.
GetWindow
(phwnd);
Windows.Win32.System_Ole_IOleInPlaceSite_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.
GetWindow
(winmdroot.Foundation.HWND*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetWindow
(phwndLocal);