6 writes to _oldStartingIndex
System.ObjectModel (6)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (6)
74
_oldStartingIndex
= index;
128
_oldStartingIndex
= startingIndex;
167
_newStartingIndex =
_oldStartingIndex
= index;
200
_newStartingIndex =
_oldStartingIndex
= startingIndex;
221
_oldStartingIndex
= oldIndex;
242
_oldStartingIndex
= oldIndex;
1 reference to _oldStartingIndex
System.ObjectModel (1)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
268
public int OldStartingIndex =>
_oldStartingIndex
;