3 instantiations of LiveShapingTree
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (3)
83_root = new LiveShapingTree(this); 166_filterRoot = new LiveShapingTree(this); 512_root = new LiveShapingTree(this);
3 references to LiveShapingTree
PresentationFramework (3)
MS\Internal\Data\LiveShapingBlock.cs (1)
21get { return ((LiveShapingTree)GetRoot(this)).List; }
MS\Internal\Data\LiveShapingList.cs (2)
785LiveShapingTree _root; // root of the balanced tree 786LiveShapingTree _filterRoot; // root of tree for filtered items