1 implementation of Load
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
456
HRESULT IPersistStreamInit.Interface.
Load
(IStream* pStm)
5 references to Load
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
31
hr = persistStream.
Load
(istream.Value);
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
86
psi.
Load
(pStream);
System.Windows.Forms.Primitives (1)
Windows.Win32.IPersistStreamInit.g.cs (1)
132
return __object.
Load
(pStm);
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
28
hr = persistStream.
Load
(istream.Value);
70
hr = persistStream.
Load
(istream.Value);