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)
138bool isReplayingIMEChanges = (_replayingIMEChangeReentrancyCount > 0); 145"icr:", _replayingIMEChangeReentrancyCount, 149if (_replayingIMEChangeReentrancyCount != 0) 254"icr:", _replayingIMEChangeReentrancyCount,