7 references to IncompleteText
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (5)
1767
((((flags & Flags.ContinueAnalysis)!=0) || ((flags & Flags.
IncompleteText
)!=0)) && (state == null)))
1847
if ((flags & Flags.
IncompleteText
) != 0)
2105
if ((flags & Flags.
IncompleteText
) == 0)
2395
bool incompleteRun = ((runCount - 1) == counter) && ((flags & Flags.
IncompleteText
) != 0)
2486
if (((flags & Flags.
IncompleteText
) != 0) && (stateOut == null))
MS\Internal\TextFormatting\TextStore.cs (2)
953
: BidiFlags | Bidi.Flags.
IncompleteText
;
969
Invariant.Assert(cchResolved == ich - resolvedLength || (flags & Bidi.Flags.
IncompleteText
) != 0);