4 references to GetWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3140
if (inPlaceObject.Value->
GetWindow
(&hwnd).Succeeded)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
307
if (inPlaceObject.Value->
GetWindow
(&hwnd).Succeeded)
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleInPlaceObject.g.cs (2)
55
/// <inheritdoc cref="
GetWindow
(winmdroot.Foundation.HWND*)"/>
60
winmdroot.Foundation.HRESULT __result = this.
GetWindow
(phwndLocal);