3 writes to _formatState
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
4649
_formatState
= new FormatState();
4665
_formatState
= new FormatState(formatState);
5868
_formatState
= value;
8 references to _formatState
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
4668
_formatState
.LI = 0;
4669
_formatState
.RI = 0;
4670
_formatState
.SB = 0;
4671
_formatState
.SA = 0;
4672
_formatState
.FI = 0;
4673
_formatState
.Marker = MarkerStyle.MarkerNone;
4674
_formatState
.CBPara = -1;
5864
return
_formatState
;