2 implementations of GetWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4226
IntPtr UnsafeNativeMethods.IOleInPlaceSite.
GetWindow
() {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
259
IntPtr UnsafeNativeMethods.IOleInPlaceSite.
GetWindow
() {
1 reference to GetWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17073
hwndParent = inPlaceSite.
GetWindow
();