2 writes to _root
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
83_root = new LiveShapingTree(this); 512_root = new LiveShapingTree(this);
24 references to _root
PresentationFramework (24)
MS\Internal\Data\LiveShapingList.cs (24)
86_root.Comparison = CompareLiveShapingItems; 230RBFinger<LiveShapingItem> finger = _root.BoundedSearch(temp, index, index + count); 239_root.Sort(); 287_root.Move(oldIndex, newIndex); 295_root.RestoreLiveSortingByInsertionSort(RaiseMoveEvent); 361return _root.IndexOf(lsi); 379lsi.Block = _root.PlaceholderBlock; 425_root.CheckSort = false; 461_root.CheckSort = false; 490_root.FindPosition(lsi, out oldIndex, out newIndex); 497internal LiveShapingItem ItemAt(int index) { return _root[index]; } 535_root.Insert(index, new LiveShapingItem(value, this)); 559LiveShapingItem lsi = _root[index]; 560_root.RemoveAt(index); 569return _root[index].Item; 573_root.ReplaceAt(index, value); 624get { return _root.Count; } 643return new ItemEnumerator(_root.GetEnumerator()); 652_root.ForEach(action); 657_root.ForEachUntil(action); 669_root.CheckSort = true; 670return _root.Verify(_root.Count); 674return _root.VerifyPosition(lsi);