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; 5246if (XamlDir == DirState.DirLTR) 6142return DirState.DirLTR; 6151return (Parent == null) ? DirState.DirLTR : Parent.XamlDir; 6167return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6171if (ParentXamlDir == DirState.DirLTR) 6186return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI; 9358formatState.DirChar = DirState.DirLTR; 9363formatState.DirPara = DirState.DirLTR; 10757formatState.RowFormat.Dir = DirState.DirLTR;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
819if (fsThis.DirChar == DirState.DirLTR) 1431DirState dirHere = dnTable != null ? dnTable.XamlDir : DirState.DirLTR; 1432DirState dirPa = dnTable != null ? dnTable.ParentXamlDir : DirState.DirLTR; 1437long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI; 3706dirState = DirState.DirLTR;