4 writes to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
3533
++
_replayingIMEChangeReentrancyCount
;
3579
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
3901
--
_replayingIMEChangeReentrancyCount
;
3989
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
4 references to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
127
bool isReplayingIMEChanges = (
_replayingIMEChangeReentrancyCount
> 0);
134
"icr:",
_replayingIMEChangeReentrancyCount
,
138
if (
_replayingIMEChangeReentrancyCount
!= 0)
243
"icr:",
_replayingIMEChangeReentrancyCount
,