3 writes to _formatState
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
4710
_formatState
= new FormatState();
4726
_formatState
= new FormatState(formatState);
5950
_formatState
= value;
8 references to _formatState
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
4729
_formatState
.LI = 0;
4730
_formatState
.RI = 0;
4731
_formatState
.SB = 0;
4732
_formatState
.SA = 0;
4733
_formatState
.FI = 0;
4734
_formatState
.Marker = MarkerStyle.MarkerNone;
4735
_formatState
.CBPara = -1;
5946
return
_formatState
;