15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
439
return (ds != DirState.
DirRTL
) ? "Left" : "Right";
441
return (ds != DirState.
DirRTL
) ? "Right" : "Left";
5123
if (FormatState.RowFormat.Dir == DirState.
DirRTL
)
9299
formatState.DirChar = DirState.
DirRTL
;
9304
formatState.DirPara = DirState.
DirRTL
;
10692
formatState.RowFormat.Dir = DirState.
DirRTL
;
System\Windows\Documents\XamlToRtfWriter.cs (9)
946
if (fsThis.DirPara == DirState.
DirRTL
)
968
if (fsThis.DirPara != DirState.
DirRTL
)
979
if (fsThis.DirPara != DirState.
DirRTL
)
1058
if (fsThis.DirPara == DirState.
DirRTL
)
1115
if (fsThis.DirPara != DirState.
DirRTL
)
1125
if (fsThis.DirPara != DirState.
DirRTL
)
1449
if (dirHere == DirState.
DirRTL
)
2963
if (formatState.DirPara == DirState.
DirRTL
)
3692
dirState = DirState.
DirRTL
;