1 override of Specified
System.Private.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
16public override bool Specified
7 references to Specified
System.Data.Common (2)
System\Xml\DataPointer.cs (1)
625return !((XmlAttribute)_node).Specified;
System\Xml\DataSetMappper.cs (1)
259if (!attr.Specified)
System.Private.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
441&& ((XmlAttribute)attrs.nodes[offset]).Specified)
System\Xml\Dom\XmlDocument.cs (2)
977Debug.Assert(((XmlAttribute)node).Specified); 1035if (fromElem.Attributes[iAttr].Specified)
System\Xml\Dom\XmlElement.cs (1)
69if (unspecAttr != null && attr.Specified == false)
System\Xml\Dom\XmlNodeReader.cs (1)
307return !((XmlAttribute)_curNode).Specified;