17 references to DirLTR
PresentationFramework (17)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (12)
854
_dirChar = DirState.
DirLTR
;
877
_dirPara = DirState.
DirLTR
;
2848
_dir = DirState.
DirLTR
;
5246
if (XamlDir == DirState.
DirLTR
)
6142
return DirState.
DirLTR
;
6151
return (Parent == null) ? DirState.
DirLTR
: Parent.XamlDir;
6167
return ParentXamlDir == DirState.
DirLTR
? FormatState.LI : FormatState.RI;
6171
if (ParentXamlDir == DirState.
DirLTR
)
6186
return ParentXamlDir == DirState.
DirLTR
? FormatState.RI : FormatState.LI;
9358
formatState.DirChar = DirState.
DirLTR
;
9363
formatState.DirPara = DirState.
DirLTR
;
10757
formatState.RowFormat.Dir = DirState.
DirLTR
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
819
if (fsThis.DirChar == DirState.
DirLTR
)
1431
DirState dirHere = dnTable != null ? dnTable.XamlDir : DirState.
DirLTR
;
1432
DirState dirPa = dnTable != null ? dnTable.ParentXamlDir : DirState.
DirLTR
;
1437
long l = dirPa == DirState.
DirLTR
? dnTable.FormatState.LI : dnTable.FormatState.RI;
3706
dirState = DirState.
DirLTR
;