38 references to IQuickActivate
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3305
if (_instance is not
IQuickActivate
.Interface iqa)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1354
/// <inheritdoc cref="
IQuickActivate
.QuickActivate(QACONTAINER*, QACONTROL*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (7)
26
IQuickActivate
.Interface
485
/// <inheritdoc cref="
IQuickActivate
.QuickActivate(QACONTAINER*, QACONTROL*)"/>
486
HRESULT
IQuickActivate
.Interface.QuickActivate(QACONTAINER* pQaContainer, QACONTROL* pQaControl) =>
489
/// <inheritdoc cref="
IQuickActivate
.SetContentExtent(SIZE*)"/>
490
HRESULT
IQuickActivate
.Interface.SetContentExtent(SIZE* pSizel)
501
/// <inheritdoc cref="
IQuickActivate
.GetContentExtent(SIZE*)"/>
502
HRESULT
IQuickActivate
.Interface.GetContentExtent(SIZE* pSizel)
System.Windows.Forms.Primitives (29)
Windows.Win32.IQuickActivate.g.cs (23)
26
:IVTable<
IQuickActivate
,
IQuickActivate
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IQuickActivate
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,uint>)lpVtbl[1])((
IQuickActivate
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,uint>)lpVtbl[2])((
IQuickActivate
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT QuickActivate(
IQuickActivate
* pThis, winmdroot.System.Ole.QACONTAINER* pQaContainer, winmdroot.System.Ole.QACONTROL* pQaControl)
98
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.System.Ole.QACONTAINER* ,winmdroot.System.Ole.QACONTROL* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IQuickActivate
*)Unsafe.AsPointer(ref this), pQaContainer, pQaControl);
114
private static winmdroot.Foundation.HRESULT SetContentExtent(
IQuickActivate
* pThis, winmdroot.Foundation.SIZE* pSizel)
139
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IQuickActivate
*)Unsafe.AsPointer(ref this), pSizel);
155
private static winmdroot.Foundation.HRESULT GetContentExtent(
IQuickActivate
* pThis, winmdroot.Foundation.SIZE* pSizel)
183
return ((delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IQuickActivate
*)Unsafe.AsPointer(ref this), pSizel);
207
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
209
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,uint> AddRef_2;
211
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,uint> Release_3;
213
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.System.Ole.QACONTAINER* ,winmdroot.System.Ole.QACONTROL* ,winmdroot.Foundation.HRESULT> QuickActivate_4;
215
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> SetContentExtent_5;
217
internal delegate *unmanaged [Stdcall]<
IQuickActivate
*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> GetContentExtent_6;
Windows.Win32.System_Ole_IQuickActivate_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IQuickActivate
.Interface.QuickActivate(winmdroot.System.Ole.QACONTAINER*, winmdroot.System.Ole.QACONTROL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT QuickActivate(this winmdroot.System.Ole.
IQuickActivate
.Interface @this, in winmdroot.System.Ole.QACONTAINER pQaContainer, ref winmdroot.System.Ole.QACONTROL pQaControl)
36
/// <inheritdoc cref="winmdroot.System.Ole.
IQuickActivate
.Interface.SetContentExtent(winmdroot.Foundation.SIZE*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT SetContentExtent(this winmdroot.System.Ole.
IQuickActivate
.Interface @this, in winmdroot.Foundation.SIZE pSizel)
46
/// <inheritdoc cref="winmdroot.System.Ole.
IQuickActivate
.Interface.GetContentExtent(winmdroot.Foundation.SIZE*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT GetContentExtent(this winmdroot.System.Ole.
IQuickActivate
.Interface @this, out winmdroot.Foundation.SIZE pSizel)