6 writes to DirChar
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
759DirChar = formatState.DirChar; 6381dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9291formatState.DirChar = DirState.DirLTR; 9299formatState.DirChar = DirState.DirRTL;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2944formatState.DirChar = dirState; 2955formatState.DirChar = dirState;
9 references to DirChar
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (7)
759DirChar = formatState.DirChar; 893&& DirChar == formatState.DirChar 6043return FormatState.DirChar; 6367|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6381dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
System\Windows\Documents\XamlToRtfWriter.cs (2)
708bool outDir = fsThis.DirChar != DirState.DirDefault 816if (fsThis.DirChar == DirState.DirLTR)