2 writes to _propertyAttributeTable
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
365
_propertyAttributeTable
= new Dictionary<string, LocalizabilityAttribute> (8);
396
_propertyAttributeTable
= null;
3 references to _propertyAttributeTable
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
493
if (
_propertyAttributeTable
.ContainsKey(fullName))
496
return
_propertyAttributeTable
[fullName];
506
_propertyAttributeTable
[fullName] = loc;