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