11 references to RightToLeft
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
777RightToLeft, 1496(RightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight), 1512(RightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight), 2702if (RightToLeft)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1309if (currentLine.RightToLeft) 2636int baseDirection = currentLine.RightToLeft ? 1 : 0; 3219if (currentLine.RightToLeft) 3383if (currentLine.RightToLeft)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
342if (line.RightToLeft) 375if (line.RightToLeft) 409if (line.RightToLeft)