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