1 override of Specified
System.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
20public override bool Specified
7 references to Specified
System.Data (2)
fx\src\data\System\NewXml\DataPointer.cs (1)
507return !((XmlAttribute)node).Specified;
fx\src\data\System\NewXml\DataSetMappper.cs (1)
232if ( !attr.Specified )
System.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
366&& ((XmlAttribute)attrs.nodes[offset]).Specified) {
System\Xml\Dom\XmlDocument.cs (2)
802Debug.Assert( ((XmlAttribute)node).Specified ); 858if ( fromElem.Attributes[iAttr].Specified )
System\Xml\Dom\XmlElement.cs (1)
60if (attr is XmlUnspecifiedAttribute && attr.Specified == false)
System\Xml\Dom\XmlNodeReader.cs (1)
273return !((XmlAttribute)curNode).Specified;