5 references to Reverse
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
535if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
400if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
190case Plsrun.Reverse:
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
102ControlRuns[1] = new LSRun(Plsrun.Reverse, esc.szObjectReplacement); 1484plsrun = Plsrun.Reverse;