2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1302_isComposing = true; 1420_isComposing = false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
748if (!_isComposing && _previousCompositionStartOffset == -1) 1220if (_isComposing) 1326Invariant.Assert(_isComposing); 1395Invariant.Assert(_isComposing); 1757if (_isComposing && !fDoReconvert) 1889if (_isComposing) 1921if (_isComposing) 2139get { return _isComposing; } 2146get { return _isComposing && !_isEffectivelyNotComposing; } 2918if (_isComposing) 3910if (_isComposing)