54 references to IPropertyStore
System.Windows.Forms.Primitives (54)
Windows.Win32.IFileSaveDialog.g.cs (15)
791 private static winmdroot.Foundation.HRESULT SetProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore) 820 public unsafe void SetProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore) 822 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pStore).ThrowOnFailure(); 869 private static winmdroot.Foundation.HRESULT GetProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ppStore) 898 public unsafe void GetProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ppStore) 900 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IFileSaveDialog*)Unsafe.AsPointer(ref this), ppStore).ThrowOnFailure(); 906 private static winmdroot.Foundation.HRESULT ApplyProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.IShellItem* psi, winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore, winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.IFileOperationProgressSink* pSink) 947 public unsafe void ApplyProperties(winmdroot.UI.Shell.IShellItem* psi, winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore, winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.IFileOperationProgressSink* pSink) 949 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.IFileOperationProgressSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi, pStore, hwnd, pSink).ThrowOnFailure(); 1029 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HRESULT> SetProperties_29; 1033 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ,winmdroot.Foundation.HRESULT> GetProperties_31; 1035 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.IFileOperationProgressSink* ,winmdroot.Foundation.HRESULT> ApplyProperties_32; 1165 unsafe winmdroot.Foundation.HRESULT SetProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore); 1171 unsafe winmdroot.Foundation.HRESULT GetProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ppStore); 1174 unsafe winmdroot.Foundation.HRESULT ApplyProperties(winmdroot.UI.Shell.IShellItem* psi, winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* pStore, winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.IFileOperationProgressSink* pSink);
Windows.Win32.IPropertyStore.g.cs (31)
25 :IVTable<IPropertyStore,IPropertyStore.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IPropertyStore*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPropertyStore*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint>)lpVtbl[1])((IPropertyStore*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint>)lpVtbl[2])((IPropertyStore*)Unsafe.AsPointer(ref this)); 66 private static winmdroot.Foundation.HRESULT GetCount(IPropertyStore* pThis, uint* cProps) 92 ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyStore*)Unsafe.AsPointer(ref this), cProps).ThrowOnFailure(); 107 private static winmdroot.Foundation.HRESULT GetAt(IPropertyStore* pThis, uint iProp, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* pkey) 131 ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint ,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyStore*)Unsafe.AsPointer(ref this), iProp, pkey).ThrowOnFailure(); 149 private static winmdroot.Foundation.HRESULT GetValue(IPropertyStore* pThis, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* pv) 175 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPropertyStore*)Unsafe.AsPointer(ref this), key, pv).ThrowOnFailure(); 193 private static winmdroot.Foundation.HRESULT SetValue(IPropertyStore* pThis, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* key, winmdroot.System.Com.StructuredStorage.PROPVARIANT* propvar) 223 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPropertyStore*)Unsafe.AsPointer(ref this), key, propvar).ThrowOnFailure(); 229 private static winmdroot.Foundation.HRESULT Commit(IPropertyStore* pThis) 257 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPropertyStore*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 281 internal delegate *unmanaged [Stdcall]<IPropertyStore*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 283 internal delegate *unmanaged [Stdcall]<IPropertyStore*,uint> AddRef_2; 285 internal delegate *unmanaged [Stdcall]<IPropertyStore*,uint> Release_3; 287 internal delegate *unmanaged [Stdcall]<IPropertyStore*,uint* ,winmdroot.Foundation.HRESULT> GetCount_4; 289 internal delegate *unmanaged [Stdcall]<IPropertyStore*,uint ,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.Foundation.HRESULT> GetAt_5; 291 internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT> GetValue_6; 293 internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT> SetValue_7; 295 internal delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.HRESULT> Commit_8;
Windows.Win32.UI_Shell_PropertiesSystem_IPropertyStore_Extensions.g.cs (8)
23 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetCount(uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetCount(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, out uint cProps) 33 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetAt(uint, winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetAt(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, uint iProp, out winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY pkey) 43 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.GetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, out winmdroot.System.Com.StructuredStorage.PROPVARIANT pv) 56 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface.SetValue(winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY*, winmdroot.System.Com.StructuredStorage.PROPVARIANT*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Shell.PropertiesSystem.IPropertyStore.Interface @this, in winmdroot.UI.Shell.PropertiesSystem.PROPERTYKEY key, in winmdroot.System.Com.StructuredStorage.PROPVARIANT propvar)