52 references to Formatting
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
132manifestWriter.Formatting = Formatting.Indented;
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (1)
119writer.Formatting = Formatting.Indented;
PresentationFramework (8)
src\Framework\MS\Internal\LayoutDump.cs (2)
52writer.Formatting = Formatting.Indented; 112writer.Formatting = Formatting.Indented;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
68Formatting saveWriterFormatting = Formatting.None; 72((XmlTextWriter)xmlWriter).Formatting = Formatting.None;
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
512Formatting previousFormatting = (_xmlTextWriter != null) ? _xmlTextWriter.Formatting : Formatting.None; 682_xmlTextWriter.Formatting = Formatting.None;
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
265this.Formatting = Formatting.Indented;
System.Configuration (1)
System\Configuration\ConfigurationSection.cs (1)
80writer.Formatting = Formatting.Indented;
System.Data (18)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
265this.Formatting = Formatting.Indented;
fx\src\data\System\Data\DataSet.cs (10)
1364writer.Formatting = Formatting.Indented; 1384w.Formatting = Formatting.Indented; 1401writer.Formatting = Formatting.Indented; 1417writer.Formatting = Formatting.Indented; 1824xw.Formatting = Formatting.Indented; 1840w.Formatting = Formatting.Indented; 1851w.Formatting = Formatting.Indented; 2620w.Formatting = Formatting.Indented; 2632w.Formatting = Formatting.Indented; 2675xw.Formatting = Formatting.Indented;
fx\src\data\System\Data\DataTable.cs (6)
4800w.Formatting = Formatting.Indented; 4815w.Formatting = Formatting.Indented; 4897xw.Formatting = Formatting.Indented; 4920w.Formatting = Formatting.Indented; 4936w.Formatting = Formatting.Indented; 5032xw.Formatting = Formatting.Indented;
fx\src\data\System\Data\xmlsaver.cs (1)
737((XmlTextWriter)xw).Formatting = Formatting.Indented;
System.ServiceModel (5)
System\ServiceModel\Channels\Message.cs (1)
507textWriter.Formatting = Formatting.Indented;
System\ServiceModel\Channels\MessageHeader.cs (1)
55textWriter.Formatting = Formatting.Indented;
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
295commentWriter.Formatting = Formatting.Indented;
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
153settings.Indent = xmlTextWriter.Formatting == Formatting.Indented;
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
184xmlWriter.Formatting = Formatting.Indented;
System.Web (2)
Compilation\PreservationFileWriter.cs (1)
40_writer.Formatting = Formatting.Indented;
UI\Page.cs (1)
5285writer.Formatting = Formatting.Indented;
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
414xmlWriter.Formatting = Formatting.Indented;
System\Web\Services\Discovery\DiscoveryDocument.cs (1)
99xmlWriter.Formatting = Formatting.Indented;
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
317xmlTextWriter.Formatting = Formatting.Indented;
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
1349writer.Formatting = Formatting.Indented;
System.Xml (11)
System\Xml\Core\XmlTextWriter.cs (4)
131Formatting formatting; 246formatting = Formatting.None; 314public Formatting Formatting { 316set { this.formatting = value; this.indented = value == Formatting.Indented;}
System\Xml\Dom\XmlDocument.cs (3)
1169xw.Formatting = Formatting.Indented; 1182xw.Formatting = Formatting.Indented; 1194xw.Formatting = Formatting.Indented;
System\Xml\Schema\XmlSchema.cs (2)
136xmlWriter.Formatting = Formatting.Indented; 154xmlWriter.Formatting = Formatting.Indented;
System\Xml\Serialization\XmlSerializer.cs (2)
280xmlWriter.Formatting = Formatting.Indented; 299xmlWriter.Formatting = Formatting.Indented;