15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
439return (ds != DirState.DirRTL) ? "Left" : "Right"; 441return (ds != DirState.DirRTL) ? "Right" : "Left"; 5123if (FormatState.RowFormat.Dir == DirState.DirRTL) 9299formatState.DirChar = DirState.DirRTL; 9304formatState.DirPara = DirState.DirRTL; 10692formatState.RowFormat.Dir = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (9)
946if (fsThis.DirPara == DirState.DirRTL) 968if (fsThis.DirPara != DirState.DirRTL) 979if (fsThis.DirPara != DirState.DirRTL) 1058if (fsThis.DirPara == DirState.DirRTL) 1115if (fsThis.DirPara != DirState.DirRTL) 1125if (fsThis.DirPara != DirState.DirRTL) 1449if (dirHere == DirState.DirRTL) 2963if (formatState.DirPara == DirState.DirRTL) 3692dirState = DirState.DirRTL;