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)
748
if (!
_isComposing
&& _previousCompositionStartOffset == -1)
1217
if (
_isComposing
)
1323
Invariant.Assert(
_isComposing
);
1392
Invariant.Assert(
_isComposing
);
1751
if (
_isComposing
&& !fDoReconvert)
1883
if (
_isComposing
)
1915
if (
_isComposing
)
2133
get { return
_isComposing
; }
2140
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2914
if (
_isComposing
)
3903
if (
_isComposing
)