1 write to _preserveAttributes
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1879_preserveAttributes = new Dictionary<string, PreserveItemSet>();
5 references to _preserveAttributes
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (5)
1877if (_preserveAttributes is null) 1883if (!_preserveAttributes.TryGetValue(namespaceName, out preserveAttributeSet)) 1886_preserveAttributes.Add(namespaceName, preserveAttributeSet); 1935if (_preserveAttributes is not null) 1937foreach (string key in _preserveAttributes.Keys)