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)
126bool isReplayingIMEChanges = (_replayingIMEChangeReentrancyCount > 0); 133"icr:", _replayingIMEChangeReentrancyCount, 137if (_replayingIMEChangeReentrancyCount != 0) 242"icr:", _replayingIMEChangeReentrancyCount,