2 implementations of GetWindowContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4266int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
301int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,
1 reference to GetWindowContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17090inPlaceSite.GetWindowContext(out pFrame, out pWindow, posRect, clipRect, inPlaceFrameInfo);