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;
237
RBFinger<LiveShapingItem> finger =
_root
.BoundedSearch(temp, index, index+count);
246
_root
.Sort();
294
_root
.Move(oldIndex, newIndex);
302
_root
.RestoreLiveSortingByInsertionSort(RaiseMoveEvent);
368
return
_root
.IndexOf(lsi);
386
lsi.Block =
_root
.PlaceholderBlock;
497
_root
.FindPosition(lsi, out oldIndex, out newIndex);
504
internal LiveShapingItem ItemAt(int index) { return
_root
[index]; }
542
_root
.Insert(index, new LiveShapingItem(value, this));
566
LiveShapingItem lsi =
_root
[index];
567
_root
.RemoveAt(index);
576
return
_root
[index].Item;
580
_root
.ReplaceAt(index, value);
631
get { return
_root
.Count; }
650
return new ItemEnumerator(
_root
.GetEnumerator());
659
_root
.ForEach(action);
664
_root
.ForEachUntil(action);