17 references to DirLTR
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (12)
833
_dirChar = DirState.
DirLTR
;
856
_dirPara = DirState.
DirLTR
;
2789
_dir = DirState.
DirLTR
;
5184
if (XamlDir == DirState.
DirLTR
)
6061
return DirState.
DirLTR
;
6070
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6086
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6090
if (ParentXamlDir == DirState.
DirLTR
)
6105
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9266
formatState.DirChar = DirState.
DirLTR
;
9271
formatState.DirPara = DirState.
DirLTR
;
10664
formatState.RowFormat.Dir = DirState.
DirLTR
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
818
if (fsThis.DirChar == DirState.
DirLTR
)
1429
DirState dirHere = dnTable != null ? dnTable.XamlDir : DirState.
DirLTR
;
1430
DirState dirPa = dnTable != null ? dnTable.ParentXamlDir : DirState.
DirLTR
;
1435
long l = dirPa == DirState.
DirLTR
? dnTable.FormatState.LI : dnTable.FormatState.RI;
3699
dirState = DirState.
DirLTR
;