2 writes to _isComposing
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
1185
_isComposing
= true;
1291
_isComposing
= false;
11 references to _isComposing
PresentationFramework (11)
src\Framework\System\Windows\Documents\TextStore.cs (11)
627
if (!
_isComposing
&& _previousCompositionStartOffset == -1)
1108
if (
_isComposing
)
1203
Invariant.Assert(
_isComposing
);
1266
Invariant.Assert(
_isComposing
);
1639
if (
_isComposing
&& !fDoReconvert)
1784
if (
_isComposing
)
1816
if (
_isComposing
)
2033
get { return
_isComposing
; }
2040
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2823
if (
_isComposing
)
3764
if (
_isComposing
)