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