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;
234
RBFinger<LiveShapingItem> finger =
_root
.BoundedSearch(temp, index, index + count);
243
_root
.Sort();
291
_root
.Move(oldIndex, newIndex);
299
_root
.RestoreLiveSortingByInsertionSort(RaiseMoveEvent);
365
return
_root
.IndexOf(lsi);
383
lsi.Block =
_root
.PlaceholderBlock;
429
_root
.CheckSort = false;
465
_root
.CheckSort = false;
494
_root
.FindPosition(lsi, out oldIndex, out newIndex);
501
internal LiveShapingItem ItemAt(int index) { return
_root
[index]; }
539
_root
.Insert(index, new LiveShapingItem(value, this));
563
LiveShapingItem lsi =
_root
[index];
564
_root
.RemoveAt(index);
573
return
_root
[index].Item;
577
_root
.ReplaceAt(index, value);
628
get { return
_root
.Count; }
647
return new ItemEnumerator(
_root
.GetEnumerator());
656
_root
.ForEach(action);
661
_root
.ForEachUntil(action);
673
_root
.CheckSort = true;
674
return
_root
.Verify(
_root
.Count);
678
return
_root
.VerifyPosition(lsi);