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