6 writes to _newStartingIndex
System.ObjectModel (6)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (6)
69
_newStartingIndex
= index;
123
_newStartingIndex
= startingIndex;
167
_newStartingIndex
= _oldStartingIndex = index;
200
_newStartingIndex
= _oldStartingIndex = startingIndex;
220
_newStartingIndex
= index;
241
_newStartingIndex
= index;
1 reference to _newStartingIndex
System.ObjectModel (1)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
263
public int NewStartingIndex =>
_newStartingIndex
;