3 writes to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
10662formatState.RowFormat.Dir = DirState.DirRTL; 10665formatState.RowFormat.Dir = DirState.DirLTR;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2950formatState.RowFormat.Dir = dirState;
3 references to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2802_dir = ri.Dir; 5117if (FormatState.RowFormat.Dir == DirState.DirRTL) 6041return FormatState.RowFormat.Dir;