2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1299_isComposing = true; 1417_isComposing = false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
748if (!_isComposing && _previousCompositionStartOffset == -1) 1217if (_isComposing) 1323Invariant.Assert(_isComposing); 1392Invariant.Assert(_isComposing); 1751if (_isComposing && !fDoReconvert) 1883if (_isComposing) 1915if (_isComposing) 2133get { return _isComposing; } 2140get { return _isComposing && !_isEffectivelyNotComposing; } 2914if (_isComposing) 3903if (_isComposing)