5 references to
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (3)
77
return tree
[
bamlNodeIndex];
88
return tree
[
bamlNodeIndex] as BamlStartElementNode;
111
BamlTreeNode currentNode = _tree
[
i];
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
706
node = _tree
[
bamlNodeIndex];
726
node = _tree
[
bamlNodeIndex] as BamlStartElementNode;