6 writes to IsEmpty
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1226
rowElement.
IsEmpty
= false;
System.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
169
elem.
IsEmpty
= false;
System\Xml\Dom\XmlElement.cs (1)
55
element.
IsEmpty
= this.IsEmpty;
System\Xml\Dom\XmlLoader.cs (2)
99
element.
IsEmpty
= fEmptyElement;
412
element.
IsEmpty
= fEmptyElement;
System\Xml\Schema\Parser.cs (1)
301
element.
IsEmpty
= fEmptyElement;
9 references to IsEmpty
System.Data (2)
fx\src\data\System\NewXml\DataPointer.cs (1)
495
return((XmlElement)node).
IsEmpty
;
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
140
return((XmlElement)_node).
IsEmpty
;
System.Xml (7)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
202
return element.
IsEmpty
;
System\Xml\Dom\XmlElement.cs (5)
54
if ( element.
IsEmpty
!= this.
IsEmpty
)
55
element.IsEmpty = this.
IsEmpty
;
372
if (
IsEmpty
) {
393
if (e.
IsEmpty
) {
System\Xml\Dom\XmlNodeReader.cs (1)
264
return((XmlElement)curNode).
IsEmpty
;