22 references to ISpecifyPropertyPages
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (3)
2922using var pages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(_instance, out HRESULT hr); 2933using var pages = ComHelpers.TryGetComScope<ISpecifyPropertyPages>(_instance, out HRESULT hr); 3009using 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)
_generated\246\Windows.Win32.ISpecifyPropertyPages.g.cs (15)
27 :winmdroot.IVTable<ISpecifyPropertyPages,ISpecifyPropertyPages.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint>)lpVtbl[1])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint>)lpVtbl[2])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this)); 71 private static winmdroot.Foundation.HRESULT GetPages(ISpecifyPropertyPages* pThis, winmdroot.System.Ole.CAUUID* pPages) 100 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), pPages); 126 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 128 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint> AddRef_2; 130 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,uint> Release_3; 132 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT> GetPages_4;
_generated\519\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)