2 writes to _textChangeReentrencyCount
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
2243
_textChangeReentrencyCount
++;
2248
_textChangeReentrencyCount
--;
3 references to _textChangeReentrencyCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
135
"tcr:",
_textChangeReentrencyCount
,
224
else if (
_textChangeReentrencyCount
!= 0)
243
"tcr:",
_textChangeReentrencyCount
,