99 references to ReadNode
PresentationFramework (2)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
361XmlNode node = doc.ReadNode(reader); // Reads the entire "StringAuthor" tag
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
215XmlElement element = doc.ReadNode(reader) as XmlElement;
System.Data (8)
fx\src\data\System\Data\DataSet.cs (5)
1489XmlNode node = xdoc.ReadNode(reader); 1625XmlNode node = xdoc.ReadNode(reader); 1703XmlNode schNode = xdoc.ReadNode(reader); 2022XmlNode node = xdoc.ReadNode(reader); 2477XmlNode node = xdoc.ReadNode(reader);
fx\src\data\System\Data\DataTable.cs (3)
5275XmlNode node = xdoc.ReadNode(reader); 5510XmlNode node = xdoc.ReadNode(reader); 5572XmlNode schNode = xdoc.ReadNode(reader);;
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
246xml = (doc.ReadNode(reader) as XmlElement); 302XmlElement keyIdentifierReferenceXml = (doc.ReadNode(localReader) as XmlElement);
System.Runtime.Serialization (7)
System\Runtime\Serialization\SchemaExporter.cs (1)
357return (XmlElement)XmlDoc.ReadNode(XmlReader.Create(new StringReader(stringWriter.ToString())));
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (4)
547obj = (XmlElement)xmlDoc.ReadNode(xmlSerializableReader); 919xmlAttributes.Add((XmlAttribute)Document.ReadNode(xmlReader.UnderlyingReader)); 932xmlChildNodes.Add(Document.ReadNode(xmlReader.UnderlyingReader)); 992XmlNode childNode = Document.ReadNode(xmlReader.UnderlyingReader);
System\Runtime\Serialization\XmlSerializableServices.cs (2)
28XmlNode node = doc.ReadNode(xmlReader); 42XmlNode node = doc.ReadNode(xmlReader);
System.ServiceModel (12)
System\ServiceModel\Configuration\XmlElementElement.cs (1)
53this.XmlElement = (XmlElement)doc.ReadNode(reader);
System\ServiceModel\Configuration\XmlElementElementCollection.cs (1)
55this.Add(new XmlElementElement((XmlElement)doc.ReadNode(reader)));
System\ServiceModel\Description\MetadataSet.cs (2)
478System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute)Document.ReadNode(Reader); 549System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute)Document.ReadNode(Reader);
System\ServiceModel\Description\WsdlExporter.cs (1)
628XmlElement endpointRef = (XmlElement)XmlDoc.ReadNode(xr).ChildNodes[0];
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
326object dataValue = doc.ReadNode(headerReader);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
251object unknownHeader = xmlDoc.ReadNode(headerReader);
System\ServiceModel\Security\InfoCardHelper.cs (1)
811return (XmlElement)doc.ReadNode(reader);
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2313result = (XmlElement)doc.ReadNode(new XmlTextReader(stream) { DtdProcessing = DtdProcessing.Prohibit });
System\ServiceModel\Security\WSTrust.cs (3)
249XmlElement rstXml = (doc.ReadNode(reader) as XmlElement); 334rstrXml = (doc.ReadNode(reader2) as XmlElement); 1423skiNode = doc.ReadNode(reader);
System.Web.Services (62)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (61)
4167System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4251System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4322System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4550System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4627System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4711System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4921System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 5757System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6280System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6353System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6430System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6498System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6566System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6631System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6706System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6767System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6860System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6958System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7040System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7105System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7310System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7402System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7478System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7564System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7639System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7751System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7823System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7895System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7967System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8039System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8111System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8183System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8255System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8327System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8399System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8471System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8543System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8611System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8772System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8862System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8937System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9006System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9082System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9174System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9281System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9357System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9448System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9521System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9616System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9680System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9757System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9837System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9955System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10032System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10127System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10221System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10309System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10378System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10461System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10529System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10597System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
761detail = new XmlDocument().ReadNode(reader);
System.Xml (6)
System\Xml\Serialization\XmlSerializationReader.cs (6)
886node = Document.ReadNode(r); 897node = Document.ReadNode(r); 1179UnknownNode(Document.ReadNode(r), o, qnames); 1189UnknownNode(Document.ReadNode(r), o, qnames); 1805XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(r); 1839XmlNode xmlNode = Document.ReadNode(r);