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)
452
if (
_classAttributeTable
.ContainsKey(className))
455
return
_classAttributeTable
[className];
467
_classAttributeTable
[className] = loc;
504
foreach (KeyValuePair<string, ElementLocalizability> pair in
_classAttributeTable
)
518
if (
_classAttributeTable
.ContainsKey(className))
520
_classAttributeTable
[className].FormattingTag = formattingTag;
524
_classAttributeTable
[className] = new ElementLocalizability(formattingTag, null);