2 writes to _root
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
82_root = new LiveShapingTree(this); 510_root = new LiveShapingTree(this);
24 references to _root
PresentationFramework (24)
MS\Internal\Data\LiveShapingList.cs (24)
85_root.Comparison = CompareLiveShapingItems; 229RBFinger<LiveShapingItem> finger = _root.BoundedSearch(temp, index, index + count); 238_root.Sort(); 286_root.Move(oldIndex, newIndex); 294_root.RestoreLiveSortingByInsertionSort(RaiseMoveEvent); 360return _root.IndexOf(lsi); 378lsi.Block = _root.PlaceholderBlock; 423_root.CheckSort = false; 459_root.CheckSort = false; 488_root.FindPosition(lsi, out oldIndex, out newIndex); 495internal LiveShapingItem ItemAt(int index) { return _root[index]; } 533_root.Insert(index, new LiveShapingItem(value, this)); 557LiveShapingItem lsi = _root[index]; 558_root.RemoveAt(index); 567return _root[index].Item; 571_root.ReplaceAt(index, value); 622get { return _root.Count; } 641return new ItemEnumerator(_root.GetEnumerator()); 650_root.ForEach(action); 655_root.ForEachUntil(action); 667_root.CheckSort = true; 668return _root.Verify(_root.Count); 672return _root.VerifyPosition(lsi);