15 references to DirRTL
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (6)
440return (ds != DirState.DirRTL) ? "Left" : "Right"; 442return (ds != DirState.DirRTL) ? "Right" : "Left"; 5115if (FormatState.RowFormat.Dir == DirState.DirRTL) 9273formatState.DirChar = DirState.DirRTL; 9278formatState.DirPara = DirState.DirRTL; 10660formatState.RowFormat.Dir = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (9)
947if (fsThis.DirPara == DirState.DirRTL) 969if (fsThis.DirPara != DirState.DirRTL) 980if (fsThis.DirPara != DirState.DirRTL) 1059if (fsThis.DirPara == DirState.DirRTL) 1116if (fsThis.DirPara != DirState.DirRTL) 1126if (fsThis.DirPara != DirState.DirRTL) 1450if (dirHere == DirState.DirRTL) 2964if (formatState.DirPara == DirState.DirRTL) 3693dirState = DirState.DirRTL;