1 override of Load
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1038public override void Load( Stream inStream ) {
4 references to Load
PresentationFramework (1)
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
597doc.Load(stream);
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1040base.Load( inStream );
System.Web (1)
Compilation\XsdBuildProvider.cs (1)
43doc.Load(stream);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
354deploymentManifestXmlDom.Load(ms);