6 writes to DirChar
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
782DirChar = formatState.DirChar; 6450dnNewDir.FormatState.DirChar = dn.FormatState.DirChar; 9358formatState.DirChar = DirState.DirLTR; 9366formatState.DirChar = DirState.DirRTL;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2952formatState.DirChar = dirState; 2963formatState.DirChar = dirState;
9 references to DirChar
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
782DirChar = formatState.DirChar; 916&& DirChar == formatState.DirChar 6113return FormatState.DirChar; 6437|| dnn.FormatState.DirChar != dn.FormatState.DirChar 6450dnNewDir.FormatState.DirChar = dn.FormatState.DirChar;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
711bool outDir = fsThis.DirChar != DirState.DirDefault 819if (fsThis.DirChar == DirState.DirLTR)