1 override of Load
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1056public override void Load( XmlReader reader ) {
34 references to Load
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
100manifestDocument.Load(manifestReader);
PresentationFramework (1)
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
493doc.Load(xmlReader);
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (2)
2028doc.Load(reader); 4303doc.Load(reader);
System\Configuration\ErrorInfoXmlDocument.cs (2)
53base.Load(_reader); 70base.Load(_reader);
System\Configuration\ProtectedConfigurationProvider.cs (1)
25xmlDoc.Load(reader);
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
1493xdoc.Load(reader);
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1077base.Load( reader );
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityDesignerUtils.cs (1)
63xmlDocument.Load(reader);
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\EndpointReference.cs (1)
110doc.Load( subtreeReader );
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2825dom.Load(memoryReader);
System.ServiceModel (3)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
706doc.Load(reader);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
95doc.Load(new XmlTextReader(memoryStream) { DtdProcessing = DtdProcessing.Prohibit });
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
464dom.Load(new XmlTextReader(stream) { DtdProcessing = DtdProcessing.Prohibit });
System.Web (8)
UI\WebControls\xml.cs (2)
69document.Load(dataReader); 483_document.Load(XmlUtils.CreateXmlReader(stream, physicalPath));
UI\WebControls\XmlDataSource.cs (4)
607tempDocument.Load(tempDataReader); 611document.Load(dataReader); 625document.Load(XmlUtils.CreateXmlReader(ms)); 631document.Load(dataReader);
Util\XmlUtils.cs (1)
29doc.Load(CreateXmlReader(sreader));
XmlSiteMapProvider.cs (1)
261document.Load(reader);
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1965xmlDocument.Load(xmlBaseReader);
System.Web.Extensions (1)
Compilation\WCFModel\MetadataFile.cs (1)
645tempDoc.Load(xmlReader);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
592Parent.Load(reader);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
906normalizedDom.Load(reader);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1621normalizedDom.Load(reader);
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1965xmlDocument.Load(xmlBaseReader);
System.Xml (4)
System\Xml\Dom\XmlDocument.cs (4)
1069Load( reader ); 1079Load( reader ); 1090Load( reader ); 1123Load( reader );
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
678xmlDocument.Load(xmlReader);