6 writes to _inChangingEvent
System.Data.Common (6)
System\Data\DataTable.cs (6)
4142
eRow.
_inChangingEvent
= true;
4151
eRow.
_inChangingEvent
= false;
5188
dataRow.
_inChangingEvent
= true;
5195
dataRow.
_inChangingEvent
= false;
5300
dataRow.
_inChangingEvent
= true;
5307
dataRow.
_inChangingEvent
= false;
10 references to _inChangingEvent
System.Data.Common (10)
System\Data\DataRow.cs (9)
288
if (
_inChangingEvent
)
340
Debug.Assert(!
_inChangingEvent
, "how are we in a changing event to cancel?");
357
Debug.Assert(!
_inChangingEvent
, "how are we in a changing event to end?");
512
Debug.Assert(!
_inChangingEvent
, "how are we in a changing event to cancel?");
530
Debug.Assert(!
_inChangingEvent
, "how are we in a changing event to end?");
579
if (
_inChangingEvent
)
620
if (
_inChangingEvent
)
678
if (
_inChangingEvent
)
1438
if (column.DataExpression != null && !
_inChangingEvent
&& _tempRecord == -1 && _newRecord != -1)
System\Data\DataTable.cs (1)
4305
Debug.Assert(!row.
_inChangingEvent
, "How can this row be in an infinite loop?");