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)
439
if (
_classAttributeTable
.ContainsKey(className))
442
return
_classAttributeTable
[className];
454
_classAttributeTable
[className] = loc;
491
foreach (KeyValuePair<string, ElementLocalizability> pair in
_classAttributeTable
)
505
if (
_classAttributeTable
.ContainsKey(className))
507
_classAttributeTable
[className].FormattingTag = formattingTag;
511
_classAttributeTable
[className] = new ElementLocalizability(formattingTag, null);