4 writes to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
3523
++
_replayingIMEChangeReentrancyCount
;
3569
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
3891
--
_replayingIMEChangeReentrancyCount
;
3979
_replayingIMEChangeReentrancyCount
+= deltaReplayingIMEChangeReentrancyCount;
4 references to _replayingIMEChangeReentrancyCount
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
126
bool isReplayingIMEChanges = (
_replayingIMEChangeReentrancyCount
> 0);
133
"icr:",
_replayingIMEChangeReentrancyCount
,
137
if (
_replayingIMEChangeReentrancyCount
!= 0)
242
"icr:",
_replayingIMEChangeReentrancyCount
,