6 writes to DirChar
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
760DirChar = formatState.DirChar; 6382dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9292formatState.DirChar = DirState.DirLTR; 9300formatState.DirChar = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2945formatState.DirChar = dirState; 2956formatState.DirChar = dirState;
9 references to DirChar
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (7)
760DirChar = formatState.DirChar; 894&& DirChar == formatState.DirChar 6044return FormatState.DirChar; 6368|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6382dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
System\Windows\Documents\XamlToRtfWriter.cs (2)
709bool outDir = fsThis.DirChar != DirState.DirDefault 817if (fsThis.DirChar == DirState.DirLTR)