7 references to IncompleteText
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (5)
1766((((flags & Flags.ContinueAnalysis)!=0) || ((flags & Flags.IncompleteText)!=0)) && (state == null))) 1846if ((flags & Flags.IncompleteText) != 0) 2104if ((flags & Flags.IncompleteText) == 0) 2394bool incompleteRun = ((runCount - 1) == counter) && ((flags & Flags.IncompleteText) != 0) 2485if (((flags & Flags.IncompleteText) != 0) && (stateOut == null))
MS\Internal\TextFormatting\TextStore.cs (2)
952: BidiFlags | Bidi.Flags.IncompleteText; 968Invariant.Assert(cchResolved == ich - resolvedLength || (flags & Bidi.Flags.IncompleteText) != 0);