36 references to IServiceProvider
System.Private.Windows.Core (26)
Windows.Win32.IDispatchEx.g.cs (7)
149
/// <inheritdoc cref="InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.
IServiceProvider
*)"/>
150
internal unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, winmdroot.System.Variant.VARIANT* pvarRes, winmdroot.System.Com.EXCEPINFO* pei, winmdroot.System.Com.
IServiceProvider
* pspCaller)
162
private static winmdroot.Foundation.HRESULT InvokeEx(IDispatchEx* pThis, int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.
IServiceProvider
* pspCaller)
179
public unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.
IServiceProvider
* pspCaller)
181
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.
IServiceProvider
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IDispatchEx*)Unsafe.AsPointer(ref this), id, lcid, wFlags, pdp, pvarRes, pei, pspCaller);
391
internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.
IServiceProvider
* ,winmdroot.Foundation.HRESULT> InvokeEx_9;
439
unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.
IServiceProvider
* pspCaller);
Windows.Win32.IServiceProvider.g.cs (15)
25
:IVTable<
IServiceProvider
,
IServiceProvider
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IServiceProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint>)lpVtbl[1])((
IServiceProvider
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint>)lpVtbl[2])((
IServiceProvider
*)Unsafe.AsPointer(ref this));
73
private static winmdroot.Foundation.HRESULT QueryService(
IServiceProvider
* pThis, global::System.Guid* guidService, global::System.Guid* riid, void** ppvObject)
98
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IServiceProvider
*)Unsafe.AsPointer(ref this), guidService, riid, ppvObject);
122
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
124
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint> AddRef_2;
126
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint> Release_3;
128
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryService_4;
Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.
IServiceProvider
.Interface.QueryService(global::System.Guid*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT QueryService(this winmdroot.System.Com.
IServiceProvider
.Interface @this, in global::System.Guid guidService, in global::System.Guid riid, out void* ppvObject)
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.
IServiceProvider
*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT InvokeEx(this winmdroot.System.Ole.IDispatchEx.Interface @this, int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, winmdroot.System.Variant.VARIANT* pvarRes, winmdroot.System.Com.EXCEPINFO* pei, winmdroot.System.Com.
IServiceProvider
* pspCaller)
System.Windows.Forms (7)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
14
using ComIServiceProvider = Windows.Win32.System.Com.
IServiceProvider
;
29
ComIServiceProvider
.Interface,
59
ComIServiceProvider
,
880
HRESULT
ComIServiceProvider
.Interface.QueryService(Guid* service, Guid* riid, void** ppvObject)
3339
ComIServiceProvider
* pspCaller)
System\Windows\Forms\Application.ComponentThreadContext.cs (2)
8
using ComIServiceProvider = Windows.Win32.System.Com.
IServiceProvider
;
103
using var serviceProvider = messageFilter.TryQuery<
ComIServiceProvider
>(out HRESULT hr);
System.Windows.Forms.Primitives (3)
Windows.Win32.QACONTAINER.g.cs (1)
72
internal unsafe winmdroot.System.Com.
IServiceProvider
* pServiceProvider;
Windows\Win32\System\Com\StandardDispatch.cs (1)
165
IServiceProvider
* pspCaller)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
138
/// <see cref="IDispatchEx.InvokeEx(int, uint, ushort, DISPPARAMS*, VARIANT*, EXCEPINFO*, Com.
IServiceProvider
*)"/>