17 references to DirLTR
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (12)
831
_dirChar = DirState.
DirLTR
;
854
_dirPara = DirState.
DirLTR
;
2789
_dir = DirState.
DirLTR
;
5182
if (XamlDir == DirState.
DirLTR
)
6063
return DirState.
DirLTR
;
6072
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6088
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6092
if (ParentXamlDir == DirState.
DirLTR
)
6107
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9276
formatState.DirChar = DirState.
DirLTR
;
9281
formatState.DirPara = DirState.
DirLTR
;
10659
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
;