2 writes to _propertyAttributeTable
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
339_propertyAttributeTable = new Dictionary<string, LocalizabilityAttribute>(8); 372_propertyAttributeTable = null;
3 references to _propertyAttributeTable
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (3)
469if (_propertyAttributeTable.ContainsKey(fullName)) 472return _propertyAttributeTable[fullName]; 482_propertyAttributeTable[fullName] = loc;