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