2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1298
_isComposing
= true;
1416
_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
);
1750
if (
_isComposing
&& !fDoReconvert)
1882
if (
_isComposing
)
1914
if (
_isComposing
)
2132
get { return
_isComposing
; }
2139
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2913
if (
_isComposing
)
3902
if (
_isComposing
)