5 references to Reverse
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (1)
512if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse)
MS\Internal\TextFormatting\FullTextState.cs (1)
380if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
171case Plsrun.Reverse:
MS\Internal\TextFormatting\TextStore.cs (2)
98ControlRuns[1] = new LSRun(Plsrun.Reverse, esc.szObjectReplacement); 1473plsrun = Plsrun.Reverse;