35 references to None
PresentationBuildTasks (2)
Framework\System\Windows\Markup\ParserContext.cs (2)
447XmlSpace xmlSpace = System.Xml.XmlSpace.None; 460xmlSpace = System.Xml.XmlSpace.None;
PresentationFramework (3)
src\Framework\System\Windows\Markup\ParserContext.cs (3)
151if( xmlReader.XmlSpace != System.Xml.XmlSpace.None ) 447XmlSpace xmlSpace = System.Xml.XmlSpace.None; 460xmlSpace = System.Xml.XmlSpace.None;
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
56Init(string.Empty, string.Empty, string.Empty, XmlSpace.None, string.Empty, false);
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
59rootElementScope.Init(string.Empty, string.Empty, string.Empty, /*space:*/XmlSpace.None, /*lang:*/string.Empty, /*mixed:*/false);
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
148get { return this.manager != null ? this.manager.XmlSpace : XmlSpace.None; }
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
681return XmlSpace.None;
System.Runtime.Serialization (4)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
194get { return XmlSpace.None; }
System\Xml\XmlBaseReader.cs (2)
2845this.space = XmlSpace.None; 2922this.space = XmlSpace.None;
System\Xml\XmlBaseWriter.cs (1)
1916this.space = XmlSpace.None;
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
54return CreateNavigator(int.MaxValue, XmlSpace.None); 59return CreateNavigator(nodeQuota, XmlSpace.None);
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
76XmlParserContext ctx = new XmlParserContext(nt, nsmgr, null, XmlSpace.None);
System.Xml (17)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
135this.xmlSpace = XmlSpace.None; 539if (xs != XmlSpace.None) 542return XmlSpace.None; 2350XmlSpace xs = XmlSpace.None;
System\Xml\Core\XmlReader.cs (1)
173return XmlSpace.None;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
135xmlSpace = XmlSpace.None;
System\Xml\Core\XmlTextWriter.cs (3)
62xmlSpace = XmlSpace.None; 917if (xs != XmlSpace.None) 920return XmlSpace.None;
System\Xml\Core\XmlWellFormedWriter.cs (1)
285elemScopeStack[0].xmlSpace = XmlSpace.None;
System\Xml\Dom\XmlAttribute.cs (1)
315return XmlSpace.None;
System\Xml\Dom\XmlLoader.cs (3)
525XmlParserContext pc = new XmlParserContext(null, new XmlNamespaceManager( this.doc.NameTable ), null, null, null, null, this.doc.BaseURI, string.Empty, XmlSpace.None); 602XmlSpace spaceMode = XmlSpace.None; 626else if ( spaceMode == XmlSpace.None && attr.Prefix == doc.strXml && attr.LocalName == doc.strSpace ) {
System\Xml\Dom\XmlNode.cs (1)
1136return XmlSpace.None;
System\Xml\Dom\XmlNodeReader.cs (1)
1094return XmlSpace.None;
System\Xml\XPath\XPathNavigatorReader.cs (1)
248return XmlSpace.None;
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
8390return XmlSpace.None; 8410return XmlSpace.None;