3 references to UpdatingCurrent
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (1)
1364if (table.UpdatingCurrent(row, action)) {
fx\src\data\System\Data\DataTable.cs (2)
3708if (UpdatingCurrent(eRow, eAction) && (IsTypedDataTable || (null != onRowChangedDelegate))) { 3731if (UpdatingCurrent(eRow, eAction) && (IsTypedDataTable || (null != onRowChangingDelegate))) {