1 write to _classAttributeTable
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeMap.cs (1)
339_classAttributeTable = new Dictionary<string, ElementLocalizability>(8);
7 references to _classAttributeTable
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeMap.cs (7)
439if (_classAttributeTable.ContainsKey(className)) 442return _classAttributeTable[className]; 454_classAttributeTable[className] = loc; 491foreach (KeyValuePair<string, ElementLocalizability> pair in _classAttributeTable) 505if (_classAttributeTable.ContainsKey(className)) 507_classAttributeTable[className].FormattingTag = formattingTag; 511_classAttributeTable[className] = new ElementLocalizability(formattingTag, null);