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)
470if (_propertyAttributeTable.ContainsKey(fullName)) 473return _propertyAttributeTable[fullName]; 483_propertyAttributeTable[fullName] = loc;