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)
32
get { return ((
LiveShapingTree
)GetRoot(this)).List; }
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
793
LiveShapingTree
_root; // root of the balanced tree
794
LiveShapingTree
_filterRoot; // root of tree for filtered items