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