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)
493if (_propertyAttributeTable.ContainsKey(fullName)) 496return _propertyAttributeTable[fullName]; 506_propertyAttributeTable[fullName] = loc;