2 writes to _isEffectivelyNotComposing
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
3620
_isEffectivelyNotComposing
= true;
3627
_isEffectivelyNotComposing
= false;
1 reference to _isEffectivelyNotComposing
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2040
get { return _isComposing && !
_isEffectivelyNotComposing
; }