11 references to IOleInPlaceUIWindow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (1)
4266int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,
winforms\Managed\System\WinForms\Control.cs (3)
15379void UnsafeNativeMethods.IOleInPlaceActiveObject.ResizeBorder(NativeMethods.COMRECT prcBorder, UnsafeNativeMethods.IOleInPlaceUIWindow pUIWindow, bool fFrameWindow) { 16288private UnsafeNativeMethods.IOleInPlaceUIWindow inPlaceUiWindow; 17076UnsafeNativeMethods.IOleInPlaceUIWindow pWindow;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
1882out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc, 2141UnsafeNativeMethods.IOleInPlaceUIWindow doc); 2175UnsafeNativeMethods.IOleInPlaceUIWindow doc, 5597UnsafeNativeMethods.IOleInPlaceUIWindow pUIWindow,
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1773UnsafeNativeMethods.IOleInPlaceUIWindow doc) { 1803int UnsafeNativeMethods.IDocHostUIHandler.ResizeBorder(NativeMethods.COMRECT rect, UnsafeNativeMethods.IOleInPlaceUIWindow doc, bool fFrameWindow) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
301int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,