17 references to DirLTR
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (12)
831
_dirChar = DirState.
DirLTR
;
854
_dirPara = DirState.
DirLTR
;
2789
_dir = DirState.
DirLTR
;
5191
if (XamlDir == DirState.
DirLTR
)
6072
return DirState.
DirLTR
;
6081
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6097
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6101
if (ParentXamlDir == DirState.
DirLTR
)
6116
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9291
formatState.DirChar = DirState.
DirLTR
;
9296
formatState.DirPara = DirState.
DirLTR
;
10695
formatState.RowFormat.Dir = DirState.
DirLTR
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
816
if (fsThis.DirChar == DirState.
DirLTR
)
1427
DirState dirHere = dnTable != null ? dnTable.XamlDir : DirState.
DirLTR
;
1428
DirState dirPa = dnTable != null ? dnTable.ParentXamlDir : DirState.
DirLTR
;
1433
long l = dirPa == DirState.
DirLTR
? dnTable.FormatState.LI : dnTable.FormatState.RI;
3697
dirState = DirState.
DirLTR
;