15 references to GetAttributeNode
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
516XmlNode oldValue = root.GetAttributeNode(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 704return root.GetAttributeNode(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
System.Data.Common (2)
System\Xml\XPathNodePointer.cs (2)
1325attr = be.GetAttributeNode(name, StrReservedXmlns); 1408attr = be.GetAttributeNode(name, StrReservedXmlns);
System.Private.Xml (11)
System\Xml\Dom\DocumentXPathNavigator.cs (3)
396XmlAttribute? attribute = element.GetAttributeNode(localName, namespaceUri); 440XmlAttribute? attribute = element.GetAttributeNode(localName, namespaceUri); 685XmlAttribute? attribute = current.GetAttributeNode(localName, namespaceUri);
System\Xml\Dom\XmlElement.cs (6)
340XmlAttribute? attr = GetAttributeNode(localName, namespaceURI); 352XmlAttribute? attr = GetAttributeNode(localName, namespaceURI); 384XmlAttribute? attr = GetAttributeNode(localName, namespaceURI); 399XmlAttribute? attr = GetAttributeNode(localName, namespaceURI); 424return GetAttributeNode(localName, namespaceURI) != null; 641XmlAttribute? attr = GetAttributeNode(localName, ns);
System\Xml\Dom\XmlNodeReader.cs (2)
504XmlAttribute? attr = elem.GetAttributeNode(name, ns); 643attr = elem.GetAttributeNode(name, ns);