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