1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
23
IPersistStreamInit.
Interface
,
24 references to Interface
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
22
IPersistStreamInit.
Interface
persistStream = control;
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (6)
441
HRESULT IPersistStreamInit.
Interface
.GetClassID(Guid* pClassID)
453
HRESULT IPersistStreamInit.
Interface
.IsDirty() => ActiveXInstance.IsDirty();
456
HRESULT IPersistStreamInit.
Interface
.Load(IStream* pStm)
468
HRESULT IPersistStreamInit.
Interface
.Save(IStream* pStm, BOOL fClearDirty)
480
HRESULT IPersistStreamInit.
Interface
.GetSizeMax(ulong* pCbSize) => HRESULT.S_OK;
483
HRESULT IPersistStreamInit.
Interface
.InitNew() => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
267
IPersistStreamInit.
Interface
? psi = htmlDocument.DomDocument as IPersistStreamInit.
Interface
;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (2)
83
IPersistStreamInit.
Interface
? psi = htmlDocument.DomDocument as IPersistStreamInit.
Interface
;
System.Windows.Forms.Primitives (10)
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);
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)
System.Windows.Forms.Tests (3)
System\Windows\Forms\Control.ActiveXImplTests.cs (3)
19
IPersistStreamInit.
Interface
persistStream = control;
43
IPersistStreamInit.
Interface
persistStream = control;
61
IPersistStreamInit.
Interface
persistStream = control;