17 references to DirLTR
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (12)
832
_dirChar = DirState.
DirLTR
;
855
_dirPara = DirState.
DirLTR
;
2790
_dir = DirState.
DirLTR
;
5192
if (XamlDir == DirState.
DirLTR
)
6073
return DirState.
DirLTR
;
6082
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6098
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6102
if (ParentXamlDir == DirState.
DirLTR
)
6117
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9292
formatState.DirChar = DirState.
DirLTR
;
9297
formatState.DirPara = DirState.
DirLTR
;
10696
formatState.RowFormat.Dir = DirState.
DirLTR
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
817
if (fsThis.DirChar == DirState.
DirLTR
)
1428
DirState dirHere = dnTable != null ? dnTable.XamlDir : DirState.
DirLTR
;
1429
DirState dirPa = dnTable != null ? dnTable.ParentXamlDir : DirState.
DirLTR
;
1434
long l = dirPa == DirState.
DirLTR
? dnTable.FormatState.LI : dnTable.FormatState.RI;
3698
dirState = DirState.
DirLTR
;