17 references to None
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1408reader.WhitespaceHandling = WhitespaceHandling.None;
System.Configuration (2)
System\Configuration\XmlUtil.cs (2)
96_reader.WhitespaceHandling = WhitespaceHandling.None; 987if ((originalHandling == WhitespaceHandling.None) &&
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
1562((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.None;
fx\src\data\System\Data\DataViewManager.cs (1)
108r.WhitespaceHandling = WhitespaceHandling.None;
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (2)
36if (txtReader != null && txtReader.WhitespaceHandling == WhitespaceHandling.None) { 40if (txtReaderImpl != null && txtReaderImpl.WhitespaceHandling == WhitespaceHandling.None) {
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
788_XMLReader.WhitespaceHandling = WhitespaceHandling.None; 1024_XMLReader.WhitespaceHandling = WhitespaceHandling.None;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1123return (xmlTextParser == null) ? WhitespaceHandling.None : xmlTextParser.WhitespaceHandling;
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
293contentReader.WhitespaceHandling = WhitespaceHandling.None;
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
330reader.WhitespaceHandling = WhitespaceHandling.None;
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
1931if ( (uint)value > (uint)WhitespaceHandling.None ) { 7077if ( whitespaceHandling != WhitespaceHandling.None ) {
System\Xml\Serialization\XmlCountingReader.cs (1)
376return (xmlTextParser == null) ? WhitespaceHandling.None : xmlTextParser.WhitespaceHandling;
WindowsBase (2)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
294baseReader.WhitespaceHandling = WhitespaceHandling.None;
Base\System\IO\Packaging\ZipPackage.cs (1)
1123reader.WhitespaceHandling = WhitespaceHandling.None;