1 write to _classAttributeTable
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeMap.cs (1)
338_classAttributeTable = new Dictionary<string, ElementLocalizability>(8);
7 references to _classAttributeTable
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeMap.cs (7)
438if (_classAttributeTable.ContainsKey(className)) 441return _classAttributeTable[className]; 453_classAttributeTable[className] = loc; 490foreach (KeyValuePair<string, ElementLocalizability> pair in _classAttributeTable) 504if (_classAttributeTable.ContainsKey(className)) 506_classAttributeTable[className].FormattingTag = formattingTag; 510_classAttributeTable[className] = new ElementLocalizability(formattingTag, null);