1 write to _classAttributeTable
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (1)
364_classAttributeTable = new Dictionary<string, ElementLocalizability> (8);
7 references to _classAttributeTable
PresentationFramework (7)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (7)
462if (_classAttributeTable.ContainsKey(className)) 465return _classAttributeTable[className]; 477_classAttributeTable[className] = loc; 514foreach (KeyValuePair<string, ElementLocalizability> pair in _classAttributeTable) 528if (_classAttributeTable.ContainsKey(className)) 530_classAttributeTable[className].FormattingTag = formattingTag; 534_classAttributeTable[className] = new ElementLocalizability(formattingTag, null);