3 writes to _root
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
49
_root
= root;
51
CreateInternalIndex(ref
_root
, ref _nodeList, false);
83
newTree.
_root
= newTreeRoot;
2 references to _root
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
56
get { return
_root
;}
76
BamlTreeNode newTreeRoot =
_root
;