4 references to Standalone
System.Private.Xml (4)
System\Xml\Dom\XmlDocument.cs (3)
1441
if (
Standalone
!.Length == 0)
1443
else if (
Standalone
== "yes")
1445
else if (
Standalone
== "no")
System\Xml\Dom\XmlNodeReader.cs (1)
380
strTemp = _doc.
Standalone
;