2 writes to _root
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
87_root = new LiveShapingTree(this); 516_root = new LiveShapingTree(this);
24 references to _root
PresentationFramework (24)
MS\Internal\Data\LiveShapingList.cs (24)
90_root.Comparison = CompareLiveShapingItems; 234RBFinger<LiveShapingItem> finger = _root.BoundedSearch(temp, index, index + count); 243_root.Sort(); 291_root.Move(oldIndex, newIndex); 299_root.RestoreLiveSortingByInsertionSort(RaiseMoveEvent); 365return _root.IndexOf(lsi); 383lsi.Block = _root.PlaceholderBlock; 429_root.CheckSort = false; 465_root.CheckSort = false; 494_root.FindPosition(lsi, out oldIndex, out newIndex); 501internal LiveShapingItem ItemAt(int index) { return _root[index]; } 539_root.Insert(index, new LiveShapingItem(value, this)); 563LiveShapingItem lsi = _root[index]; 564_root.RemoveAt(index); 573return _root[index].Item; 577_root.ReplaceAt(index, value); 628get { return _root.Count; } 647return new ItemEnumerator(_root.GetEnumerator()); 656_root.ForEach(action); 661_root.ForEachUntil(action); 673_root.CheckSort = true; 674return _root.Verify(_root.Count); 678return _root.VerifyPosition(lsi);