3 writes to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
10692formatState.RowFormat.Dir = DirState.DirRTL; 10695formatState.RowFormat.Dir = DirState.DirLTR;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2948formatState.RowFormat.Dir = dirState;
3 references to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2802_dir = ri.Dir; 5123if (FormatState.RowFormat.Dir == DirState.DirRTL) 6051return FormatState.RowFormat.Dir;