15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
441
return (ds != DirState.
DirRTL
) ? "Left" : "Right";
443
return (ds != DirState.
DirRTL
) ? "Right" : "Left";
5116
if (FormatState.RowFormat.Dir == DirState.
DirRTL
)
9274
formatState.DirChar = DirState.
DirRTL
;
9279
formatState.DirPara = DirState.
DirRTL
;
10661
formatState.RowFormat.Dir = DirState.
DirRTL
;
System\Windows\Documents\XamlToRtfWriter.cs (9)
948
if (fsThis.DirPara == DirState.
DirRTL
)
970
if (fsThis.DirPara != DirState.
DirRTL
)
981
if (fsThis.DirPara != DirState.
DirRTL
)
1060
if (fsThis.DirPara == DirState.
DirRTL
)
1117
if (fsThis.DirPara != DirState.
DirRTL
)
1127
if (fsThis.DirPara != DirState.
DirRTL
)
1451
if (dirHere == DirState.
DirRTL
)
2965
if (formatState.DirPara == DirState.
DirRTL
)
3694
dirState = DirState.
DirRTL
;