3 writes to Dir
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
10656formatState.RowFormat.Dir = DirState.DirRTL; 10659formatState.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; 5114if (FormatState.RowFormat.Dir == DirState.DirRTL) 6042return FormatState.RowFormat.Dir;