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; 5946return _formatState;