4 references to Standalone
System.Xml (4)
System\Xml\Dom\XmlDocument.cs (3)
1208
if(
Standalone
.Length == 0 )
1210
else if(
Standalone
== "yes" )
1212
else if(
Standalone
== "no" )
System\Xml\Dom\XmlNodeReader.cs (1)
335
strTemp = doc.
Standalone
;