3 instantiations of LiveShapingTree
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
90_root = new LiveShapingTree(this); 173_filterRoot = new LiveShapingTree(this); 519_root = new LiveShapingTree(this);
3 references to LiveShapingTree
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (1)
32get { return ((LiveShapingTree)GetRoot(this)).List; }
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
793LiveShapingTree _root; // root of the balanced tree 794LiveShapingTree _filterRoot; // root of tree for filtered items