11 references to RightToLeft
PresentationCore (11)
MS\Internal\TextFormatting\FullTextLine.cs (4)
730
RightToLeft
,
1449
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
1465
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
2627
if (
RightToLeft
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1189
if (currentLine.
RightToLeft
)
2446
int baseDirection = currentLine.
RightToLeft
? 1 : 0;
3011
if (currentLine.
RightToLeft
)
3170
if (currentLine.
RightToLeft
)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
312
if (line.
RightToLeft
)
345
if (line.
RightToLeft
)
379
if (line.
RightToLeft
)