3 writes to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
10693formatState.RowFormat.Dir = DirState.DirRTL; 10696formatState.RowFormat.Dir = DirState.DirLTR;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2949formatState.RowFormat.Dir = dirState;
3 references to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2803_dir = ri.Dir; 5124if (FormatState.RowFormat.Dir == DirState.DirRTL) 6052return FormatState.RowFormat.Dir;