7 references to IncompleteText
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (5)
1775((((flags & Flags.ContinueAnalysis)!=0) || ((flags & Flags.IncompleteText)!=0)) && (state == null))) 1855if ((flags & Flags.IncompleteText) != 0) 2113if ((flags & Flags.IncompleteText) == 0) 2403bool incompleteRun = ((runCount - 1) == counter) && ((flags & Flags.IncompleteText) != 0) 2494if (((flags & Flags.IncompleteText) != 0) && (stateOut == null))
MS\Internal\TextFormatting\TextStore.cs (2)
968: BidiFlags | Bidi.Flags.IncompleteText; 984Invariant.Assert(cchResolved == ich - resolvedLength || (flags & Bidi.Flags.IncompleteText) != 0);