1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
24
IPersistPropertyBag.
Interface
,
10 references to Interface
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (4)
366
HRESULT IPersistPropertyBag.
Interface
.InitNew() => HRESULT.S_OK;
369
HRESULT IPersistPropertyBag.
Interface
.GetClassID(Guid* pClassID)
381
HRESULT IPersistPropertyBag.
Interface
.Load(IPropertyBag* pPropBag, IErrorLog* pErrorLog)
388
HRESULT IPersistPropertyBag.
Interface
.Save(IPropertyBag* pPropBag, BOOL fClearDirty, BOOL fSaveAllProperties)
System.Windows.Forms.Primitives (6)
Windows.Win32.IPersistPropertyBag.g.cs (4)
70
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
95
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
123
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
156
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)