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;
229
RBFinger<LiveShapingItem> finger =
_root
.BoundedSearch(temp, index, index + count);
238
_root
.Sort();
286
_root
.Move(oldIndex, newIndex);
294
_root
.RestoreLiveSortingByInsertionSort(RaiseMoveEvent);
360
return
_root
.IndexOf(lsi);
378
lsi.Block =
_root
.PlaceholderBlock;
423
_root
.CheckSort = false;
459
_root
.CheckSort = false;
488
_root
.FindPosition(lsi, out oldIndex, out newIndex);
495
internal LiveShapingItem ItemAt(int index) { return
_root
[index]; }
533
_root
.Insert(index, new LiveShapingItem(value, this));
557
LiveShapingItem lsi =
_root
[index];
558
_root
.RemoveAt(index);
567
return
_root
[index].Item;
571
_root
.ReplaceAt(index, value);
622
get { return
_root
.Count; }
641
return new ItemEnumerator(
_root
.GetEnumerator());
650
_root
.ForEach(action);
655
_root
.ForEachUntil(action);
667
_root
.CheckSort = true;
668
return
_root
.Verify(
_root
.Count);
672
return
_root
.VerifyPosition(lsi);