21 writes to PreserveWhitespace
PresentationFramework (2)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
402
_document.
PreserveWhitespace
= true;
761
_document.
PreserveWhitespace
= false;
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (2)
2027
doc.
PreserveWhitespace
= true;
4302
doc.
PreserveWhitespace
= true;
System\Configuration\DPAPIProtectedConfigurationProvider.cs (2)
45
xmlDocument.
PreserveWhitespace
= true;
59
xmlDocument.
PreserveWhitespace
= true;
System\Configuration\ProtectedConfigurationSection.cs (1)
91
xmlDocument.
PreserveWhitespace
= true;
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
34
xmlDocument.
PreserveWhitespace
= true;
57
xmlDocument.
PreserveWhitespace
= true;
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\EndpointReference.cs (1)
109
doc.
PreserveWhitespace
= true;
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2824
dom.
PreserveWhitespace
= true;
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
463
dom.
PreserveWhitespace
= true;
System.Web (1)
Configuration\RemoteWebConfigurationHostServer.cs (1)
236
xmlDocument.
PreserveWhitespace
= true;
System.Windows.Forms (7)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
631
manifestDom.
PreserveWhitespace
= true;
899
normalizedDom.
PreserveWhitespace
= true;
943
licenseDom.
PreserveWhitespace
= true;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (3)
1243
manifestDom.
PreserveWhitespace
= true;
1613
normalizedDom.
PreserveWhitespace
= true;
1678
licenseDom.
PreserveWhitespace
= true;
winforms\Managed\System\WinForms\TrustManager.cs (1)
353
deploymentManifestXmlDom.
PreserveWhitespace
= true;
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
659
xmlDocument.
PreserveWhitespace
= true;
1 reference to PreserveWhitespace
System.Xml (1)
System\Xml\Dom\DocumentXmlWriter.cs (1)
274
if (document.
PreserveWhitespace
) {