6 writes to inChangingEvent
System.Data (6)
fx\src\data\System\Data\DataTable.cs (6)
3732
eRow.
inChangingEvent
= true;
3739
eRow.
inChangingEvent
= false;
4644
dataRow.
inChangingEvent
= true;
4649
dataRow.
inChangingEvent
= false;
4731
dataRow.
inChangingEvent
= true;
4736
dataRow.
inChangingEvent
= false;
10 references to inChangingEvent
System.Data (10)
fx\src\data\System\Data\DataRow.cs (9)
275
if (
inChangingEvent
) {
319
Debug.Assert(!
inChangingEvent
, "how are we in a changing event to cancel?");
335
Debug.Assert(!
inChangingEvent
, "how are we in a changing event to end?");
462
Debug.Assert(!
inChangingEvent
, "how are we in a changing event to cancel?");
480
Debug.Assert(!
inChangingEvent
, "how are we in a changing event to end?");
526
if (
inChangingEvent
) {
565
if (
inChangingEvent
) {
614
if (
inChangingEvent
) {
1302
if (column.DataExpression != null && !
inChangingEvent
&& tempRecord == -1 && newRecord != -1)
fx\src\data\System\Data\DataTable.cs (1)
3868
Debug.Assert(!row.
inChangingEvent
, "How can this row be in an infinite loop?");