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