3 instantiations of LiveShapingTree
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (3)
82
_root = new
LiveShapingTree
(this);
165
_filterRoot = new
LiveShapingTree
(this);
510
_root = new
LiveShapingTree
(this);
3 references to LiveShapingTree
PresentationFramework (3)
MS\Internal\Data\LiveShapingBlock.cs (1)
23
get { return ((
LiveShapingTree
)GetRoot(this)).List; }
MS\Internal\Data\LiveShapingList.cs (2)
783
private
LiveShapingTree
_root; // root of the balanced tree
784
private
LiveShapingTree
_filterRoot; // root of tree for filtered items