6 writes to DirChar
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
760DirChar = formatState.DirChar; 6367dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9265formatState.DirChar = DirState.DirLTR; 9273formatState.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 6031return FormatState.DirChar; 6355|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6367dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
System\Windows\Documents\XamlToRtfWriter.cs (2)
709bool outDir = fsThis.DirChar != DirState.DirDefault 817if (fsThis.DirChar == DirState.DirLTR)