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