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)
1469
foreach (NamespaceElementPair pair in ParseContentToNamespaceElementPair(Reader.Value,
_preserveAttributes
))
1603
if (
_preserveAttributes
is null)
1608
return
_preserveAttributes
;