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))) 1870if ((flags & Flags.IncompleteText) != 0) 2129if ((flags & Flags.IncompleteText) == 0) 2420bool incompleteRun = ((runCount - 1) == counter) && ((flags & Flags.IncompleteText) != 0) 2512if (((flags & Flags.IncompleteText) != 0) && (stateOut == null))
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
979: BidiFlags | Bidi.Flags.IncompleteText; 995Invariant.Assert(cchResolved == ich - resolvedLength || (flags & Bidi.Flags.IncompleteText) != 0);