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)
438
if (
_classAttributeTable
.ContainsKey(className))
441
return
_classAttributeTable
[className];
453
_classAttributeTable
[className] = loc;
490
foreach (KeyValuePair<string, ElementLocalizability> pair in
_classAttributeTable
)
504
if (
_classAttributeTable
.ContainsKey(className))
506
_classAttributeTable
[className].FormattingTag = formattingTag;
510
_classAttributeTable
[className] = new ElementLocalizability(formattingTag, null);