19 references to PreviousTopFormatState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (19)
8345dn.FormatState = new FormatState(_converterState.PreviousTopFormatState(0)); 8452dn.FormatState = new FormatState(_converterState.PreviousTopFormatState(0)); 8928FormatState fsCur = _converterState.PreviousTopFormatState(0); 8929FormatState fsNew = _converterState.PreviousTopFormatState(1); 9101FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9615FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9918FormatState fsCur = _converterState.PreviousTopFormatState(0); 9919FormatState fsOld = _converterState.PreviousTopFormatState(1); 10102FormatState fsCur = _converterState.PreviousTopFormatState(0); 10103FormatState fsOld = _converterState.PreviousTopFormatState(1); 10243FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10270FormatState fsCur = _converterState.PreviousTopFormatState(0); 10271FormatState fsOld = _converterState.PreviousTopFormatState(1); 10358FormatState fsCur = _converterState.PreviousTopFormatState(0); 10359FormatState fsOld = _converterState.PreviousTopFormatState(1); 10958FormatState fsCur = _converterState.PreviousTopFormatState(0); 10959FormatState fsOld = _converterState.PreviousTopFormatState(1); 11334FormatState previous = _converterState.PreviousTopFormatState(1); 11335FormatState previousPrevious = _converterState.PreviousTopFormatState(2);