1 write to _preserveAttributes
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1605_preserveAttributes = Reader.NameTable.Add("PreserveAttributes");
3 references to _preserveAttributes
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (3)
1469foreach (NamespaceElementPair pair in ParseContentToNamespaceElementPair(Reader.Value, _preserveAttributes)) 1603if (_preserveAttributes is null) 1608return _preserveAttributes;