2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1298_isComposing = true; 1413_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); 1747if (_isComposing && !fDoReconvert) 1879if (_isComposing) 1911if (_isComposing) 2126get { return _isComposing; } 2133get { return _isComposing && !_isEffectivelyNotComposing; } 2904if (_isComposing) 3893if (_isComposing)