15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
440
return (ds != DirState.
DirRTL
) ? "Left" : "Right";
442
return (ds != DirState.
DirRTL
) ? "Right" : "Left";
5115
if (FormatState.RowFormat.Dir == DirState.
DirRTL
)
9273
formatState.DirChar = DirState.
DirRTL
;
9278
formatState.DirPara = DirState.
DirRTL
;
10660
formatState.RowFormat.Dir = DirState.
DirRTL
;
System\Windows\Documents\XamlToRtfWriter.cs (9)
947
if (fsThis.DirPara == DirState.
DirRTL
)
969
if (fsThis.DirPara != DirState.
DirRTL
)
980
if (fsThis.DirPara != DirState.
DirRTL
)
1059
if (fsThis.DirPara == DirState.
DirRTL
)
1116
if (fsThis.DirPara != DirState.
DirRTL
)
1126
if (fsThis.DirPara != DirState.
DirRTL
)
1450
if (dirHere == DirState.
DirRTL
)
2964
if (formatState.DirPara == DirState.
DirRTL
)
3693
dirState = DirState.
DirRTL
;