4 writes to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
3542
++
_replayingIMEChangeReentrancyCount
;
3588
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
3910
--
_replayingIMEChangeReentrancyCount
;
3998
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
4 references to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
138
bool isReplayingIMEChanges = (
_replayingIMEChangeReentrancyCount
> 0);
145
"icr:",
_replayingIMEChangeReentrancyCount
,
149
if (
_replayingIMEChangeReentrancyCount
!= 0)
254
"icr:",
_replayingIMEChangeReentrancyCount
,