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)
127bool isReplayingIMEChanges = (_replayingIMEChangeReentrancyCount > 0); 134"icr:", _replayingIMEChangeReentrancyCount, 138if (_replayingIMEChangeReentrancyCount != 0) 243"icr:", _replayingIMEChangeReentrancyCount,