2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1298_isComposing = true; 1416_isComposing = false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
747if (!_isComposing && _previousCompositionStartOffset == -1) 1216if (_isComposing) 1322Invariant.Assert(_isComposing); 1391Invariant.Assert(_isComposing); 1750if (_isComposing && !fDoReconvert) 1882if (_isComposing) 1914if (_isComposing) 2132get { return _isComposing; } 2139get { return _isComposing && !_isEffectivelyNotComposing; } 2913if (_isComposing) 3902if (_isComposing)