42 references to IPersistPropertyBag
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1910using (var persistPropBag = ComHelpers.GetComScope<IPersistPropertyBag>(_instance)) 2769using var persistPropBag = ComHelpers.TryGetComScope<IPersistPropertyBag>(_instance, out hr); 2837using var persistPropBag = ComHelpers.GetComScope<IPersistPropertyBag>(_instance);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
1036/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*, IErrorLog*)"/> 1490/// <inheritdoc cref="IPersistPropertyBag.Save(IPropertyBag*, BOOL, BOOL)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (8)
24IPersistPropertyBag.Interface, 365/// <inheritdoc cref="IPersistPropertyBag.InitNew"/> 366HRESULT IPersistPropertyBag.Interface.InitNew() => HRESULT.S_OK; 369HRESULT IPersistPropertyBag.Interface.GetClassID(Guid* pClassID) 380/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*, IErrorLog*)"/> 381HRESULT IPersistPropertyBag.Interface.Load(IPropertyBag* pPropBag, IErrorLog* pErrorLog) 387/// <inheritdoc cref="IPersistPropertyBag.Save(IPropertyBag*, BOOL, BOOL)"/> 388HRESULT IPersistPropertyBag.Interface.Save(IPropertyBag* pPropBag, BOOL fClearDirty, BOOL fSaveAllProperties)
System.Windows.Forms.Primitives (29)
Windows.Win32.IPersistPropertyBag.g.cs (27)
25 :IVTable<IPersistPropertyBag,IPersistPropertyBag.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,uint>)lpVtbl[1])((IPersistPropertyBag*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,uint>)lpVtbl[2])((IPersistPropertyBag*)Unsafe.AsPointer(ref this)); 66 private static winmdroot.Foundation.HRESULT GetClassID(IPersistPropertyBag* pThis, global::System.Guid* pClassID) 85 ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pClassID).ThrowOnFailure(); 91 private static winmdroot.Foundation.HRESULT InitNew(IPersistPropertyBag* pThis) 113 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPersistPropertyBag*)Unsafe.AsPointer(ref this)); 119 private static winmdroot.Foundation.HRESULT Load(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.IErrorLog* pErrorLog) 146 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pPropBag, pErrorLog); 152 private static winmdroot.Foundation.HRESULT Save(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties) 180 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pPropBag, fClearDirty, fSaveAllProperties); 204 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 206 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,uint> AddRef_2; 208 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,uint> Release_3; 210 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetClassID_4; 212 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.Foundation.HRESULT> InitNew_5; 214 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT> Load_6; 216 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7;
Windows.Win32.System_Ole_IPersistPropertyBag_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IPersistPropertyBag.Interface.GetClassID(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Ole.IPersistPropertyBag.Interface @this, out global::System.Guid pClassID)