3 references to LoadTree
PresentationFramework (3)
MS\Internal\Data\RBNode.cs (2)
842
node.LeftChild =
LoadTree
(ref s); // read subtrees
843
node.RightChild =
LoadTree
(ref s);
MS\Internal\Data\RBTree.cs (1)
664
this.LeftChild =
LoadTree
(ref s);