2 writes to _isEffectivelyNotComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
3748
_isEffectivelyNotComposing
= true;
3766
_isEffectivelyNotComposing
= false;
1 reference to _isEffectivelyNotComposing
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2157
get { return _isComposing && !
_isEffectivelyNotComposing
; }