1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
25IPersistStorage.Interface,
16 references to Interface
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (7)
395HRESULT IPersistStorage.Interface.GetClassID(Guid* pClassID) 407HRESULT IPersistStorage.Interface.IsDirty() => ActiveXInstance.IsDirty(); 410HRESULT IPersistStorage.Interface.InitNew(IStorage* pStg) => HRESULT.S_OK; 413HRESULT IPersistStorage.Interface.Load(IStorage* pStg) 424HRESULT IPersistStorage.Interface.Save(IStorage* pStgSave, BOOL fSameAsLoad) 435HRESULT IPersistStorage.Interface.SaveCompleted(IStorage* pStgNew) => HRESULT.S_OK; 438HRESULT IPersistStorage.Interface.HandsOffStorage() => HRESULT.S_OK;
System.Windows.Forms.Primitives (9)
Windows.Win32.IPersistStorage.g.cs (7)
71 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 96 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 127 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 163 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 199 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 239 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 274 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Com_StructuredStorage_IPersistStorage_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPersistStorage.Interface.GetClassID(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.StructuredStorage.IPersistStorage.Interface @this, out global::System.Guid pClassID)