5 references to
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (3)
76
return tree
[
bamlNodeIndex];
87
return tree
[
bamlNodeIndex] as BamlStartElementNode;
110
BamlTreeNode currentNode = _tree
[
i];
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
705
node = _tree
[
bamlNodeIndex];
725
node = _tree
[
bamlNodeIndex] as BamlStartElementNode;