15 references to DirRTL
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
456return (ds != DirState.DirRTL) ? "Left" : "Right"; 458return (ds != DirState.DirRTL) ? "Right" : "Left"; 5178if (FormatState.RowFormat.Dir == DirState.DirRTL) 9366formatState.DirChar = DirState.DirRTL; 9371formatState.DirPara = DirState.DirRTL; 10754formatState.RowFormat.Dir = DirState.DirRTL;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (9)
949if (fsThis.DirPara == DirState.DirRTL) 971if (fsThis.DirPara != DirState.DirRTL) 982if (fsThis.DirPara != DirState.DirRTL) 1061if (fsThis.DirPara == DirState.DirRTL) 1118if (fsThis.DirPara != DirState.DirRTL) 1128if (fsThis.DirPara != DirState.DirRTL) 1453if (dirHere == DirState.DirRTL) 2971if (formatState.DirPara == DirState.DirRTL) 3701dirState = DirState.DirRTL;