7 references to IncompleteText
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (5)
1790
((((flags & Flags.ContinueAnalysis)!=0) || ((flags & Flags.
IncompleteText
)!=0)) && (state == null)))
1870
if ((flags & Flags.
IncompleteText
) != 0)
2129
if ((flags & Flags.
IncompleteText
) == 0)
2420
bool incompleteRun = ((runCount - 1) == counter) && ((flags & Flags.
IncompleteText
) != 0)
2512
if (((flags & Flags.
IncompleteText
) != 0) && (stateOut == null))
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
979
: BidiFlags | Bidi.Flags.
IncompleteText
;
995
Invariant.Assert(cchResolved == ich - resolvedLength || (flags & Bidi.Flags.
IncompleteText
) != 0);