3 writes to Dir
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
10754formatState.RowFormat.Dir = DirState.DirRTL; 10757formatState.RowFormat.Dir = DirState.DirLTR;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2956formatState.RowFormat.Dir = dirState;
3 references to Dir
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2861_dir = ri.Dir; 5178if (FormatState.RowFormat.Dir == DirState.DirRTL) 6121return FormatState.RowFormat.Dir;