15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
441return (ds != DirState.DirRTL) ? "Left" : "Right"; 443return (ds != DirState.DirRTL) ? "Right" : "Left"; 5117if (FormatState.RowFormat.Dir == DirState.DirRTL) 9275formatState.DirChar = DirState.DirRTL; 9280formatState.DirPara = DirState.DirRTL; 10662formatState.RowFormat.Dir = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (9)
948if (fsThis.DirPara == DirState.DirRTL) 970if (fsThis.DirPara != DirState.DirRTL) 981if (fsThis.DirPara != DirState.DirRTL) 1060if (fsThis.DirPara == DirState.DirRTL) 1117if (fsThis.DirPara != DirState.DirRTL) 1127if (fsThis.DirPara != DirState.DirRTL) 1451if (dirHere == DirState.DirRTL) 2965if (formatState.DirPara == DirState.DirRTL) 3694dirState = DirState.DirRTL;