1 interface inheriting from Interface
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
582 :winmdroot.System.Ole.IOleWindow.Interface,winmdroot.System.Ole.IOleInPlaceUIWindow.Interface {
2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
18IOleInPlaceUIWindow.Interface,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
11internal unsafe class WebBrowserContainer : IOleContainer.Interface, IOleInPlaceFrame.Interface, IOleInPlaceUIWindow.Interface, IOleWindow.Interface
32 references to Interface
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (6)
711HRESULT IOleInPlaceUIWindow.Interface.GetWindow(HWND* phwnd) 714HRESULT IOleInPlaceUIWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 717HRESULT IOleInPlaceUIWindow.Interface.GetBorder(RECT* lprectBorder) 720HRESULT IOleInPlaceUIWindow.Interface.RequestBorderSpace(RECT* pborderwidths) 723HRESULT IOleInPlaceUIWindow.Interface.SetBorderSpace(RECT* pborderwidths) 726HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (2)
102IOleInPlaceUIWindow.Interface doc) 127unsafe HRESULT IDocHostUIHandler.ResizeBorder(RECT* rect, IOleInPlaceUIWindow.Interface doc, BOOL fFrameWindow)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (6)
414HRESULT IOleInPlaceUIWindow.Interface.GetWindow(HWND* phwnd) 417HRESULT IOleInPlaceUIWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 420HRESULT IOleInPlaceUIWindow.Interface.GetBorder(RECT* lprectBorder) 423HRESULT IOleInPlaceUIWindow.Interface.RequestBorderSpace(RECT* pborderwidths) 426HRESULT IOleInPlaceUIWindow.Interface.SetBorderSpace(RECT* pborderwidths) 429HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System.Windows.Forms.Primitives (18)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (2)
36IOleInPlaceUIWindow.Interface doc); 59IOleInPlaceUIWindow.Interface doc,
Windows.Win32.IOleInPlaceUIWindow.g.cs (6)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 97 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 132 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 177 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 224 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 270 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (10)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.GetWindow(winmdroot.Foundation.HWND*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.IOleInPlaceUIWindow.Interface @this, out winmdroot.Foundation.HWND phwnd) 33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.GetBorder(winmdroot.Foundation.RECT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetBorder(this winmdroot.System.Ole.IOleInPlaceUIWindow.Interface @this, out winmdroot.Foundation.RECT lprectBorder) 43 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.RequestBorderSpace(winmdroot.Foundation.RECT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT RequestBorderSpace(this winmdroot.System.Ole.IOleInPlaceUIWindow.Interface @this, in winmdroot.Foundation.RECT pborderwidths) 53 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.SetBorderSpace(winmdroot.Foundation.RECT*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT SetBorderSpace(this winmdroot.System.Ole.IOleInPlaceUIWindow.Interface @this, in winmdroot.Foundation.RECT pborderwidths) 63 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT SetActiveObject(this winmdroot.System.Ole.IOleInPlaceUIWindow.Interface @this, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, string pszObjName)