12 writes to Normalization
PresentationBuildTasks (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
729xmlTextReader.Normalization = value;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
5237xmlTextReader.Normalization = true;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
81xmlTextReader.Normalization = true;
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
3375xmlTextReader.Normalization = false; 3384xmlTextReader.Normalization = fNormalization;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1111xmlTextReader.Normalization = value;
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
276reader.Normalization = true;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
297reader.Normalization = true;
System.Xml (3)
System\Xml\Serialization\XmlCountingReader.cs (1)
364xmlTextReader.Normalization = value;
System\Xml\Serialization\XmlSerializer.cs (2)
364xmlReader.Normalization = true; 376xmlReader.Normalization = true;
WindowsBase (1)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
729xmlTextReader.Normalization = value;
3 references to Normalization
System.Data (1)
fx\src\data\System\Data\DataSet.cs (1)
3374fNormalization = xmlTextReader.Normalization;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1099return xmlTextReader.Normalization;
System.Xml (1)
System\Xml\Serialization\XmlCountingReader.cs (1)
352return xmlTextReader.Normalization;