37 writes to WhitespaceHandling
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
843((XmlTextReader)_xamlReader).WhitespaceHandling = WhitespaceHandling.Significant;
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1408reader.WhitespaceHandling = WhitespaceHandling.None;
System.Configuration (5)
System\Configuration\MgmtConfigurationRecord.cs (2)
2325reader.WhitespaceHandling = WhitespaceHandling.All; 3176reader.WhitespaceHandling = WhitespaceHandling.All;
System\Configuration\XmlUtil.cs (3)
96_reader.WhitespaceHandling = WhitespaceHandling.None; 976_reader.WhitespaceHandling = WhitespaceHandling.All; 985_reader.WhitespaceHandling = originalHandling;
System.Data (6)
fx\src\data\System\Data\DataSet.cs (3)
1562((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.None; 1919((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant; 2347((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.Significant;
fx\src\data\System\Data\DataTable.cs (2)
5148((XmlTextReader) reader).WhitespaceHandling = WhitespaceHandling.Significant; 5350((XmlTextReader) reader).WhitespaceHandling = WhitespaceHandling.Significant;
fx\src\data\System\Data\DataViewManager.cs (1)
108r.WhitespaceHandling = WhitespaceHandling.None;
System.Messaging (2)
System\Messaging\XmlMessageFormatter.cs (2)
128reader.WhitespaceHandling = WhitespaceHandling.Significant; 204reader.WhitespaceHandling = WhitespaceHandling.Significant;
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)
1138xmlTextReader.WhitespaceHandling = value;
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
444reader.WhitespaceHandling = WhitespaceHandling.Significant;
System.Web.Services (8)
System\Web\Services\Description\ServiceDescription.cs (2)
325reader.WhitespaceHandling = WhitespaceHandling.Significant; 337reader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Web\Services\Discovery\ContractReference.cs (1)
223reader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Web\Services\Discovery\DiscoveryDocument.cs (2)
59r.WhitespaceHandling = WhitespaceHandling.Significant; 71r.WhitespaceHandling = WhitespaceHandling.Significant;
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (2)
140reader.WhitespaceHandling = WhitespaceHandling.Significant; 176reader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
56xmlReader.WhitespaceHandling = WhitespaceHandling.Significant;
System.Windows.Forms (4)
winforms\Managed\System\Resources\ResXResourceReader.cs (3)
293contentReader.WhitespaceHandling = WhitespaceHandling.None; 627reader.WhitespaceHandling = WhitespaceHandling.Significant; 630reader.WhitespaceHandling = oldValue;
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
330reader.WhitespaceHandling = WhitespaceHandling.None;
System.Xml (4)
System\Xml\Serialization\XmlCountingReader.cs (1)
391xmlTextReader.WhitespaceHandling = value;
System\Xml\Serialization\XmlSerializer.cs (2)
363xmlReader.WhitespaceHandling = WhitespaceHandling.Significant; 375xmlReader.WhitespaceHandling = WhitespaceHandling.Significant;
System\Xml\XPath\XPathNavigator.cs (1)
1776reader.WhitespaceHandling = WhitespaceHandling.Significant;
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;
6 references to WhitespaceHandling
System.Configuration (1)
System\Configuration\XmlUtil.cs (1)
975WhitespaceHandling originalHandling = _reader.WhitespaceHandling;
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
36if (txtReader != null && txtReader.WhitespaceHandling == WhitespaceHandling.None) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1126return xmlTextReader.WhitespaceHandling;
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
616WhitespaceHandling oldValue = reader.WhitespaceHandling;
System.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (1)
644wh = v1XmlTextReader.WhitespaceHandling;
System\Xml\Serialization\XmlCountingReader.cs (1)
379return xmlTextReader.WhitespaceHandling;