2 writes to _root
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
90_root = new LiveShapingTree(this); 519_root = new LiveShapingTree(this);
18 references to _root
PresentationFramework (18)
src\Framework\MS\Internal\Data\LiveShapingList.cs (18)
93_root.Comparison = CompareLiveShapingItems; 237RBFinger<LiveShapingItem> finger = _root.BoundedSearch(temp, index, index+count); 246_root.Sort(); 294_root.Move(oldIndex, newIndex); 302_root.RestoreLiveSortingByInsertionSort(RaiseMoveEvent); 368return _root.IndexOf(lsi); 386lsi.Block = _root.PlaceholderBlock; 497_root.FindPosition(lsi, out oldIndex, out newIndex); 504internal LiveShapingItem ItemAt(int index) { return _root[index]; } 542_root.Insert(index, new LiveShapingItem(value, this)); 566LiveShapingItem lsi = _root[index]; 567_root.RemoveAt(index); 576return _root[index].Item; 580_root.ReplaceAt(index, value); 631get { return _root.Count; } 650return new ItemEnumerator(_root.GetEnumerator()); 659_root.ForEach(action); 664_root.ForEachUntil(action);