6 writes to DirChar
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
761DirChar = formatState.DirChar; 6369dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9267formatState.DirChar = DirState.DirLTR; 9275formatState.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 6033return FormatState.DirChar; 6357|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6369dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
System\Windows\Documents\XamlToRtfWriter.cs (2)
710bool outDir = fsThis.DirChar != DirState.DirDefault 818if (fsThis.DirChar == DirState.DirLTR)