6 writes to DirChar
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
761DirChar = formatState.DirChar; 6368dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9266formatState.DirChar = DirState.DirLTR; 9274formatState.DirChar = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2946formatState.DirChar = dirState; 2957formatState.DirChar = dirState;
9 references to DirChar
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (7)
761DirChar = formatState.DirChar; 895&& DirChar == formatState.DirChar 6032return FormatState.DirChar; 6356|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6368dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
System\Windows\Documents\XamlToRtfWriter.cs (2)
710bool outDir = fsThis.DirChar != DirState.DirDefault 818if (fsThis.DirChar == DirState.DirLTR)