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