2 writes to oldIndex
System (2)
compmod\system\componentmodel\ListChangedEventArgs.cs (2)
40this.oldIndex = newIndex; 65this.oldIndex = oldIndex;
1 reference to oldIndex
System (1)
compmod\system\componentmodel\ListChangedEventArgs.cs (1)
91return oldIndex;