2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1313_isComposing = true; 1431_isComposing = false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
759if (!_isComposing && _previousCompositionStartOffset == -1) 1231if (_isComposing) 1337Invariant.Assert(_isComposing); 1406Invariant.Assert(_isComposing); 1768if (_isComposing && !fDoReconvert) 1900if (_isComposing) 1932if (_isComposing) 2159get { return _isComposing; } 2166get { return _isComposing && !_isEffectivelyNotComposing; } 2938if (_isComposing) 3930if (_isComposing)