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)
462
if (
_classAttributeTable
.ContainsKey(className))
465
return
_classAttributeTable
[className];
477
_classAttributeTable
[className] = loc;
514
foreach (KeyValuePair<string, ElementLocalizability> pair in
_classAttributeTable
)
528
if (
_classAttributeTable
.ContainsKey(className))
530
_classAttributeTable
[className].FormattingTag = formattingTag;
534
_classAttributeTable
[className] = new ElementLocalizability(formattingTag, null);