1 write to _classAttributeTable
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeMap.cs (1)
352_classAttributeTable = new Dictionary<string, ElementLocalizability>(8);
7 references to _classAttributeTable
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeMap.cs (7)
452if (_classAttributeTable.ContainsKey(className)) 455return _classAttributeTable[className]; 467_classAttributeTable[className] = loc; 504foreach (KeyValuePair<string, ElementLocalizability> pair in _classAttributeTable) 518if (_classAttributeTable.ContainsKey(className)) 520_classAttributeTable[className].FormattingTag = formattingTag; 524_classAttributeTable[className] = new ElementLocalizability(formattingTag, null);