2 writes to _propertyAttributeTable
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
353
_propertyAttributeTable
= new Dictionary<string, LocalizabilityAttribute>(8);
386
_propertyAttributeTable
= null;
3 references to _propertyAttributeTable
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (3)
483
if (
_propertyAttributeTable
.ContainsKey(fullName))
486
return
_propertyAttributeTable
[fullName];
496
_propertyAttributeTable
[fullName] = loc;