6 references to OnListChanged
System.Data (6)
fx\src\data\System\Data\Selection.cs (6)
852OnListChanged(ListChangedType.ItemChanged, newIndex, oldIndex); 855OnListChanged(ListChangedType.ItemAdded, newIndex, oldIndex); 862OnListChanged(ListChangedType.ItemMoved, newIndex, oldIndex); 900OnListChanged(ListChangedType.ItemChanged, commonIndexLocation, commonIndexLocation); 916OnListChanged (ListChangedType.ItemChanged, newRecordIndex, oldRecordIndex); // be carefull remove oldrecord index if needed 924OnListChanged (ListChangedType.ItemMoved, newRecordIndex, oldRecordIndex);