6 implementations of GetWindow
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2532HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
729HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
332HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
348HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) => ((IOleInPlaceObject.Interface)this).GetWindow(phwnd);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
432HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
418HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd)
4 references to GetWindow
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2550return parentWindow.GetWindow(phwnd);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleWindow.g.cs (1)
77 return __object.GetWindow(phwnd);
Windows.Win32.System_Ole_IOleWindow_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleWindow.Interface.GetWindow(winmdroot.Foundation.HWND*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.GetWindow(phwndLocal);