11 references to RightToLeft
PresentationCore (11)
MS\Internal\TextFormatting\FullTextLine.cs (4)
731
RightToLeft
,
1450
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
1466
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
2628
if (
RightToLeft
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1190
if (currentLine.
RightToLeft
)
2447
int baseDirection = currentLine.
RightToLeft
? 1 : 0;
3012
if (currentLine.
RightToLeft
)
3171
if (currentLine.
RightToLeft
)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
313
if (line.
RightToLeft
)
346
if (line.
RightToLeft
)
380
if (line.
RightToLeft
)