2 writes to _propertyAttributeTable
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
339
_propertyAttributeTable
= new Dictionary<string, LocalizabilityAttribute>(8);
372
_propertyAttributeTable
= null;
3 references to _propertyAttributeTable
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (3)
469
if (
_propertyAttributeTable
.ContainsKey(fullName))
472
return
_propertyAttributeTable
[fullName];
482
_propertyAttributeTable
[fullName] = loc;