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;
230
RBFinger<LiveShapingItem> finger =
_root
.BoundedSearch(temp, index, index + count);
239
_root
.Sort();
287
_root
.Move(oldIndex, newIndex);
295
_root
.RestoreLiveSortingByInsertionSort(RaiseMoveEvent);
361
return
_root
.IndexOf(lsi);
379
lsi.Block =
_root
.PlaceholderBlock;
425
_root
.CheckSort = false;
461
_root
.CheckSort = false;
490
_root
.FindPosition(lsi, out oldIndex, out newIndex);
497
internal LiveShapingItem ItemAt(int index) { return
_root
[index]; }
535
_root
.Insert(index, new LiveShapingItem(value, this));
559
LiveShapingItem lsi =
_root
[index];
560
_root
.RemoveAt(index);
569
return
_root
[index].Item;
573
_root
.ReplaceAt(index, value);
624
get { return
_root
.Count; }
643
return new ItemEnumerator(
_root
.GetEnumerator());
652
_root
.ForEach(action);
657
_root
.ForEachUntil(action);
669
_root
.CheckSort = true;
670
return
_root
.Verify(
_root
.Count);
674
return
_root
.VerifyPosition(lsi);