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