8 writes to Normalization
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
5282xmlTextReader.Normalization = true;
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
712xmlTextReader.Normalization = value;
PresentationFramework (1)
System\Windows\Documents\FixedSchema.cs (1)
78xmlTextReader.Normalization = true;
System.Data.Common (2)
System\Data\DataSet.cs (2)
3568xmlTextReader.Normalization = false; 3580xmlTextReader.Normalization = fNormalization;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1063xmlTextReader.Normalization = value;
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializer.cs (1)
457xmlReader.Normalization = true;
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
712xmlTextReader.Normalization = value;
2 references to Normalization
System.Data.Common (1)
System\Data\DataSet.cs (1)
3567fNormalization = xmlTextReader.Normalization;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1053return xmlTextReader.Normalization;