1 implementation of Load
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
456HRESULT IPersistStreamInit.Interface.Load(IStream* pStm)
5 references to Load
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
31hr = persistStream.Load(istream.Value);
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
86psi.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)
28hr = persistStream.Load(istream.Value); 70hr = persistStream.Load(istream.Value);