3 writes to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
10660formatState.RowFormat.Dir = DirState.DirRTL; 10663formatState.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)
2801_dir = ri.Dir; 5115if (FormatState.RowFormat.Dir == DirState.DirRTL) 6039return FormatState.RowFormat.Dir;