1 write to _mustUnderstand
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1566
_mustUnderstand
= Reader.NameTable.Add("MustUnderstand");
2 references to _mustUnderstand
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1564
if (
_mustUnderstand
is null)
1569
return
_mustUnderstand
;