4 writes to _changeEventNestingCount
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBox.cs (4)
1200
_changeEventNestingCount
++;
1218
_changeEventNestingCount
--;
1254
++
_changeEventNestingCount
;
1260
--
_changeEventNestingCount
;
2 references to _changeEventNestingCount
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBox.cs (2)
1219
if (
_changeEventNestingCount
== 0)
1267
if (
_changeEventNestingCount
== 0)