15 references to DirRTL
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
456
return (ds != DirState.
DirRTL
) ? "Left" : "Right";
458
return (ds != DirState.
DirRTL
) ? "Right" : "Left";
5178
if (FormatState.RowFormat.Dir == DirState.
DirRTL
)
9366
formatState.DirChar = DirState.
DirRTL
;
9371
formatState.DirPara = DirState.
DirRTL
;
10754
formatState.RowFormat.Dir = DirState.
DirRTL
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (9)
949
if (fsThis.DirPara == DirState.
DirRTL
)
971
if (fsThis.DirPara != DirState.
DirRTL
)
982
if (fsThis.DirPara != DirState.
DirRTL
)
1061
if (fsThis.DirPara == DirState.
DirRTL
)
1118
if (fsThis.DirPara != DirState.
DirRTL
)
1128
if (fsThis.DirPara != DirState.
DirRTL
)
1453
if (dirHere == DirState.
DirRTL
)
2971
if (formatState.DirPara == DirState.
DirRTL
)
3701
dirState = DirState.
DirRTL
;