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