1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
23IPersistStreamInit.Interface,
20 references to Interface
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (6)
441HRESULT IPersistStreamInit.Interface.GetClassID(Guid* pClassID) 453HRESULT IPersistStreamInit.Interface.IsDirty() => ActiveXInstance.IsDirty(); 456HRESULT IPersistStreamInit.Interface.Load(IStream* pStm) 468HRESULT IPersistStreamInit.Interface.Save(IStream* pStm, BOOL fClearDirty) 480HRESULT IPersistStreamInit.Interface.GetSizeMax(ulong* pCbSize) => HRESULT.S_OK; 483HRESULT IPersistStreamInit.Interface.InitNew() => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
267IPersistStreamInit.Interface? psi = htmlDocument.DomDocument as IPersistStreamInit.Interface;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (2)
83IPersistStreamInit.Interface? psi = htmlDocument.DomDocument as IPersistStreamInit.Interface;
System.Windows.Forms.Primitives (10)
_generated\221\Windows.Win32.IPersistStreamInit.g.cs (6)
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); 162 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 207 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 239 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
_generated\482\Windows.Win32.System_Com_IPersistStreamInit_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IPersistStreamInit.Interface.GetClassID(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.IPersistStreamInit.Interface @this, out global::System.Guid pClassID) 33 /// <inheritdoc cref="winmdroot.System.Com.IPersistStreamInit.Interface.GetSizeMax(ulong*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetSizeMax(this winmdroot.System.Com.IPersistStreamInit.Interface @this, out ulong pCbSize)