89 references to IOleInPlaceActiveObject
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
638
HRESULT IOleInPlaceFrame.Interface.SetActiveObject(
IOleInPlaceActiveObject
* pActiveObject, PCWSTR pszObjName)
726
HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(
IOleInPlaceActiveObject
* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\ActiveX\AxHost.cs (2)
135
private AgileComPointer<
IOleInPlaceActiveObject
>? _iOleInPlaceActiveObjectExternal;
1689
: TryGetComScope<
IOleInPlaceActiveObject
>(out HRESULT hr);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
896
using var activeObject = ComHelpers.GetComScope<
IOleInPlaceActiveObject
>(_control);
1310
/// <inheritdoc cref="
IOleInPlaceActiveObject
.OnDocWindowActivate(BOOL)"/>
1839
/// <inheritdoc cref="
IOleInPlaceActiveObject
.TranslateAccelerator(MSG*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (13)
18
IOleInPlaceActiveObject
.Interface,
84
HRESULT
IOleInPlaceActiveObject
.Interface.GetWindow(HWND* phwnd)
88
HRESULT
IOleInPlaceActiveObject
.Interface.ContextSensitiveHelp(BOOL fEnterMode)
91
/// <inheritdoc cref="
IOleInPlaceActiveObject
.TranslateAccelerator(MSG*)"/>
92
HRESULT
IOleInPlaceActiveObject
.Interface.TranslateAccelerator(MSG* lpmsg)
95
/// <inheritdoc cref="
IOleInPlaceActiveObject
.OnFrameWindowActivate(BOOL)"/>
96
HRESULT
IOleInPlaceActiveObject
.Interface.OnFrameWindowActivate(BOOL fActivate)
102
/// <inheritdoc cref="
IOleInPlaceActiveObject
.OnDocWindowActivate(BOOL)"/>
103
HRESULT
IOleInPlaceActiveObject
.Interface.OnDocWindowActivate(BOOL fActivate)
109
/// <inheritdoc cref="
IOleInPlaceActiveObject
.ResizeBorder(RECT*, IOleInPlaceUIWindow*, BOOL)"/>
110
HRESULT
IOleInPlaceActiveObject
.Interface.ResizeBorder(RECT* prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow) =>
113
/// <inheritdoc cref="
IOleInPlaceActiveObject
.EnableModeless(BOOL)"/>
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;
1013
_axOleInPlaceActiveObject = (
IOleInPlaceActiveObject
.Interface)_activeXInstance;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
88
HRESULT IOleInPlaceFrame.Interface.SetActiveObject(
IOleInPlaceActiveObject
* pActiveObject, PCWSTR pszObjName)
429
HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(
IOleInPlaceActiveObject
* pActiveObject, PCWSTR pszObjName)
System.Windows.Forms.Primitives (64)
_generated\204\Windows.Win32.IOleInPlaceActiveObject.g.cs (39)
27
:winmdroot.IVTable<
IOleInPlaceActiveObject
,
IOleInPlaceActiveObject
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,uint>)lpVtbl[1])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,uint>)lpVtbl[2])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this));
70
private static winmdroot.Foundation.HRESULT GetWindow(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.HWND* phwnd)
89
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), phwnd).ThrowOnFailure();
95
private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.BOOL fEnterMode)
114
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure();
129
private static winmdroot.Foundation.HRESULT TranslateAccelerator(
IOleInPlaceActiveObject
* pThis, [Optional] winmdroot.UI.WindowsAndMessaging.MSG* lpmsg)
158
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), lpmsg);
164
private static winmdroot.Foundation.HRESULT OnFrameWindowActivate(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.BOOL fActivate)
189
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure();
195
private static winmdroot.Foundation.HRESULT OnDocWindowActivate(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.BOOL fActivate)
221
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure();
237
private static winmdroot.Foundation.HRESULT ResizeBorder(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
269
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), prcBorder, pUIWindow, fFrameWindow).ThrowOnFailure();
275
private static winmdroot.Foundation.HRESULT EnableModeless(
IOleInPlaceActiveObject
* pThis, winmdroot.Foundation.BOOL fEnable)
300
((delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IOleInPlaceActiveObject
*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
326
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
328
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,uint> AddRef_2;
330
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,uint> Release_3;
332
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT> GetWindow_4;
334
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5;
336
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT> TranslateAccelerator_6;
338
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnFrameWindowActivate_7;
340
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnDocWindowActivate_8;
342
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ResizeBorder_9;
344
internal delegate *unmanaged [Stdcall]<
IOleInPlaceActiveObject
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_10;
_generated\205\Windows.Win32.IOleInPlaceFrame.g.cs (7)
226
/// <inheritdoc cref="SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
*, winmdroot.Foundation.PCWSTR)"/>
228
internal unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, string pszObjName)
240
private static winmdroot.Foundation.HRESULT SetActiveObject(IOleInPlaceFrame* pThis, winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
257
public unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
259
return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.System.Ole.
IOleInPlaceActiveObject
* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName);
546
internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.System.Ole.
IOleInPlaceActiveObject
* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9;
611
unsafe new winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName);
_generated\209\Windows.Win32.IOleInPlaceUIWindow.g.cs (7)
259
/// <inheritdoc cref="SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
*, winmdroot.Foundation.PCWSTR)"/>
261
internal unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, string pszObjName)
273
private static winmdroot.Foundation.HRESULT SetActiveObject(IOleInPlaceUIWindow* pThis, winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
301
public unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
303
return ((delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.System.Ole.
IOleInPlaceActiveObject
* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceUIWindow*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName);
345
internal delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.System.Ole.
IOleInPlaceActiveObject
* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9;
392
unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName);
_generated\501\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, [Optional] 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)
_generated\502\Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
63
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetActiveObject(winmdroot.System.Ole.
IOleInPlaceActiveObject
*, winmdroot.Foundation.PCWSTR)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT SetActiveObject(this winmdroot.System.Ole.IOleInPlaceFrame.Interface @this, winmdroot.System.Ole.
IOleInPlaceActiveObject
* pActiveObject, string pszObjName)
_generated\506\Windows.Win32.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (2)
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)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
33
IOleInPlaceActiveObject
.Interface activeObject,