11 references to RightToLeft
PresentationCore (11)
MS\Internal\TextFormatting\FullTextLine.cs (4)
744
RightToLeft
,
1463
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
1479
(
RightToLeft
? FlowDirection.RightToLeft : FlowDirection.LeftToRight),
2641
if (
RightToLeft
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1218
if (currentLine.
RightToLeft
)
2471
int baseDirection = currentLine.
RightToLeft
? 1 : 0;
3036
if (currentLine.
RightToLeft
)
3195
if (currentLine.
RightToLeft
)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
327
if (line.
RightToLeft
)
360
if (line.
RightToLeft
)
394
if (line.
RightToLeft
)