2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1298
_isComposing
= true;
1413
_isComposing
= false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
747
if (!
_isComposing
&& _previousCompositionStartOffset == -1)
1216
if (
_isComposing
)
1322
Invariant.Assert(
_isComposing
);
1391
Invariant.Assert(
_isComposing
);
1747
if (
_isComposing
&& !fDoReconvert)
1879
if (
_isComposing
)
1911
if (
_isComposing
)
2126
get { return
_isComposing
; }
2133
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2904
if (
_isComposing
)
3893
if (
_isComposing
)