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