2 writes to _isComposing
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1313
_isComposing
= true;
1431
_isComposing
= false;
11 references to _isComposing
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
759
if (!
_isComposing
&& _previousCompositionStartOffset == -1)
1231
if (
_isComposing
)
1337
Invariant.Assert(
_isComposing
);
1406
Invariant.Assert(
_isComposing
);
1768
if (
_isComposing
&& !fDoReconvert)
1900
if (
_isComposing
)
1932
if (
_isComposing
)
2150
get { return
_isComposing
; }
2157
get { return
_isComposing
&& !_isEffectivelyNotComposing; }
2929
if (
_isComposing
)
3921
if (
_isComposing
)