2 writes to _isComposing
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
1185_isComposing = true; 1291_isComposing = false;
11 references to _isComposing
PresentationFramework (11)
src\Framework\System\Windows\Documents\TextStore.cs (11)
627if (!_isComposing && _previousCompositionStartOffset == -1) 1108if (_isComposing) 1203Invariant.Assert(_isComposing); 1266Invariant.Assert(_isComposing); 1639if (_isComposing && !fDoReconvert) 1784if (_isComposing) 1816if (_isComposing) 2033get { return _isComposing; } 2040get { return _isComposing && !_isEffectivelyNotComposing; } 2823if (_isComposing) 3764if (_isComposing)