2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1302
_isComposing
= true;
1420
_isComposing
= false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
748
if (!
_isComposing
&& _previousCompositionStartOffset == -1)
1220
if (
_isComposing
)
1326
Invariant.Assert(
_isComposing
);
1395
Invariant.Assert(
_isComposing
);
1757
if (
_isComposing
&& !fDoReconvert)
1889
if (
_isComposing
)
1921
if (
_isComposing
)
2139
get { return
_isComposing
; }
2146
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2918
if (
_isComposing
)
3910
if (
_isComposing
)