17 references to IProvideClassInfo
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
71using var provideClassInfo = ComHelpers.TryGetComScope<IProvideClassInfo>(comObject, out HRESULT hr);
System.Windows.Forms.Primitives (16)
_generated\226\Windows.Win32.IProvideClassInfo.g.cs (15)
27 :winmdroot.IVTable<IProvideClassInfo,IProvideClassInfo.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IProvideClassInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IProvideClassInfo*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IProvideClassInfo*,uint>)lpVtbl[1])((IProvideClassInfo*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IProvideClassInfo*,uint>)lpVtbl[2])((IProvideClassInfo*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT GetClassInfo(IProvideClassInfo* pThis, winmdroot.System.Com.ITypeInfo** ppTI) 89 return ((delegate *unmanaged [Stdcall]<IProvideClassInfo*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideClassInfo*)Unsafe.AsPointer(ref this), ppTI); 115 internal delegate *unmanaged [Stdcall]<IProvideClassInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 117 internal delegate *unmanaged [Stdcall]<IProvideClassInfo*,uint> AddRef_2; 119 internal delegate *unmanaged [Stdcall]<IProvideClassInfo*,uint> Release_3; 121 internal delegate *unmanaged [Stdcall]<IProvideClassInfo*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
_generated\227\Windows.Win32.IProvideClassInfo2.g.cs (1)
181 :winmdroot.System.Ole.IProvideClassInfo.Interface {