17 references to DirLTR
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (12)
832
_dirChar = DirState.
DirLTR
;
855
_dirPara = DirState.
DirLTR
;
2788
_dir = DirState.
DirLTR
;
5183
if (XamlDir == DirState.
DirLTR
)
6060
return DirState.
DirLTR
;
6069
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6085
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6089
if (ParentXamlDir == DirState.
DirLTR
)
6104
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9265
formatState.DirChar = DirState.
DirLTR
;
9270
formatState.DirPara = DirState.
DirLTR
;
10663
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
;