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)
18
IOleInPlaceUIWindow.
Interface
,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
11
internal 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)
711
HRESULT IOleInPlaceUIWindow.
Interface
.GetWindow(HWND* phwnd)
714
HRESULT IOleInPlaceUIWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
717
HRESULT IOleInPlaceUIWindow.
Interface
.GetBorder(RECT* lprectBorder)
720
HRESULT IOleInPlaceUIWindow.
Interface
.RequestBorderSpace(RECT* pborderwidths)
723
HRESULT IOleInPlaceUIWindow.
Interface
.SetBorderSpace(RECT* pborderwidths)
726
HRESULT IOleInPlaceUIWindow.
Interface
.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (2)
102
IOleInPlaceUIWindow.
Interface
doc)
127
unsafe HRESULT IDocHostUIHandler.ResizeBorder(RECT* rect, IOleInPlaceUIWindow.
Interface
doc, BOOL fFrameWindow)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (6)
414
HRESULT IOleInPlaceUIWindow.
Interface
.GetWindow(HWND* phwnd)
417
HRESULT IOleInPlaceUIWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
420
HRESULT IOleInPlaceUIWindow.
Interface
.GetBorder(RECT* lprectBorder)
423
HRESULT IOleInPlaceUIWindow.
Interface
.RequestBorderSpace(RECT* pborderwidths)
426
HRESULT IOleInPlaceUIWindow.
Interface
.SetBorderSpace(RECT* pborderwidths)
429
HRESULT IOleInPlaceUIWindow.
Interface
.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System.Windows.Forms.Primitives (18)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (2)
36
IOleInPlaceUIWindow.
Interface
doc);
59
IOleInPlaceUIWindow.
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)