2 writes to _textChangeReentrencyCount
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
2261
_textChangeReentrencyCount
++;
2266
_textChangeReentrencyCount
--;
3 references to _textChangeReentrencyCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
147
"tcr:",
_textChangeReentrencyCount
,
236
else if (
_textChangeReentrencyCount
!= 0)
255
"tcr:",
_textChangeReentrencyCount
,