22 references to ISpecifyPropertyPages
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (3)
2925using var pages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(_instance, out HRESULT hr); 2936using var pages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(_instance, out HRESULT hr); 3012using var pages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(_instance, out HRESULT hr);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
28using var propertyPages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(comObject, out hr); 84using var propertyPages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(obj, out hr);
System.Windows.Forms.Primitives (17)
Windows.Win32.ISpecifyPropertyPages.g.cs (15)
26 :IVTable<ISpecifyPropertyPages,ISpecifyPropertyPages.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint>)lpVtbl[1])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint>)lpVtbl[2])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this)); 68 private static winmdroot.Foundation.HRESULT GetPages(ISpecifyPropertyPages* pThis, winmdroot.System.Ole.CAUUID* pPages) 97 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), pPages); 121 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 123 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint> AddRef_2; 125 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint> Release_3; 127 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT> GetPages_4;
Windows.Win32.System_Ole_ISpecifyPropertyPages_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.ISpecifyPropertyPages.Interface.GetPages(winmdroot.System.Ole.CAUUID*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetPages(this winmdroot.System.Ole.ISpecifyPropertyPages.Interface @this, out winmdroot.System.Ole.CAUUID pPages)