1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
18
IOleInPlaceActiveObject.
Interface
,
24 references to Interface
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (7)
84
HRESULT IOleInPlaceActiveObject.
Interface
.GetWindow(HWND* phwnd)
88
HRESULT IOleInPlaceActiveObject.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
92
HRESULT IOleInPlaceActiveObject.
Interface
.TranslateAccelerator(MSG* lpmsg)
96
HRESULT IOleInPlaceActiveObject.
Interface
.OnFrameWindowActivate(BOOL fActivate)
103
HRESULT IOleInPlaceActiveObject.
Interface
.OnDocWindowActivate(BOOL fActivate)
110
HRESULT IOleInPlaceActiveObject.
Interface
.ResizeBorder(RECT* prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow) =>
114
HRESULT IOleInPlaceActiveObject.
Interface
.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
99
IOleInPlaceActiveObject.
Interface
activeObject,
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
46
private IOleInPlaceActiveObject.
Interface
? _axOleInPlaceActiveObject;
1019
_axOleInPlaceActiveObject = (IOleInPlaceActiveObject.
Interface
)_activeXInstance;
System.Windows.Forms.Primitives (14)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
33
IOleInPlaceActiveObject.
Interface
activeObject,
Windows.Win32.IOleInPlaceActiveObject.g.cs (7)
71
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
96
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
129
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
164
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
195
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
236
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
274
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IOleInPlaceActiveObject_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
.GetWindow(winmdroot.Foundation.HWND*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
@this, out winmdroot.Foundation.HWND phwnd)
33
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
.TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
@this, winmdroot.UI.WindowsAndMessaging.MSG? lpmsg)
41
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
.ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.IOleInPlaceUIWindow*, winmdroot.Foundation.BOOL)"/>
42
internal static unsafe winmdroot.Foundation.HRESULT ResizeBorder(this winmdroot.System.Ole.IOleInPlaceActiveObject.
Interface
@this, in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)