38 references to IQuickActivate
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3302if (_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)
26IQuickActivate.Interface 485/// <inheritdoc cref="IQuickActivate.QuickActivate(QACONTAINER*, QACONTROL*)"/> 486HRESULT IQuickActivate.Interface.QuickActivate(QACONTAINER* pQaContainer, QACONTROL* pQaControl) => 489/// <inheritdoc cref="IQuickActivate.SetContentExtent(SIZE*)"/> 490HRESULT IQuickActivate.Interface.SetContentExtent(SIZE* pSizel) 501/// <inheritdoc cref="IQuickActivate.GetContentExtent(SIZE*)"/> 502HRESULT IQuickActivate.Interface.GetContentExtent(SIZE* pSizel)
System.Windows.Forms.Primitives (29)
_generated\229\Windows.Win32.IQuickActivate.g.cs (23)
27 :winmdroot.IVTable<IQuickActivate,IQuickActivate.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IQuickActivate*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IQuickActivate*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IQuickActivate*,uint>)lpVtbl[1])((IQuickActivate*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IQuickActivate*,uint>)lpVtbl[2])((IQuickActivate*)Unsafe.AsPointer(ref this)); 74 private static winmdroot.Foundation.HRESULT QuickActivate(IQuickActivate* pThis, winmdroot.System.Ole.QACONTAINER* pQaContainer, winmdroot.System.Ole.QACONTROL* pQaControl) 101 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); 118 private static winmdroot.Foundation.HRESULT SetContentExtent(IQuickActivate* pThis, winmdroot.Foundation.SIZE* pSizel) 143 return ((delegate *unmanaged [Stdcall]<IQuickActivate*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IQuickActivate*)Unsafe.AsPointer(ref this), pSizel); 160 private static winmdroot.Foundation.HRESULT GetContentExtent(IQuickActivate* pThis, winmdroot.Foundation.SIZE* pSizel) 188 return ((delegate *unmanaged [Stdcall]<IQuickActivate*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IQuickActivate*)Unsafe.AsPointer(ref this), pSizel); 214 internal delegate *unmanaged [Stdcall]<IQuickActivate*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 216 internal delegate *unmanaged [Stdcall]<IQuickActivate*,uint> AddRef_2; 218 internal delegate *unmanaged [Stdcall]<IQuickActivate*,uint> Release_3; 220 internal delegate *unmanaged [Stdcall]<IQuickActivate*,winmdroot.System.Ole.QACONTAINER* ,winmdroot.System.Ole.QACONTROL* ,winmdroot.Foundation.HRESULT> QuickActivate_4; 222 internal delegate *unmanaged [Stdcall]<IQuickActivate*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> SetContentExtent_5; 224 internal delegate *unmanaged [Stdcall]<IQuickActivate*,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> GetContentExtent_6;
_generated\517\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)