19 references to PreviousTopFormatState
PresentationFramework (19)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (19)
8435dn.FormatState = new FormatState(_converterState.PreviousTopFormatState(0)); 8542dn.FormatState = new FormatState(_converterState.PreviousTopFormatState(0)); 9021FormatState fsCur = _converterState.PreviousTopFormatState(0); 9022FormatState fsNew = _converterState.PreviousTopFormatState(1); 9194FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9708FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10011FormatState fsCur = _converterState.PreviousTopFormatState(0); 10012FormatState fsOld = _converterState.PreviousTopFormatState(1); 10195FormatState fsCur = _converterState.PreviousTopFormatState(0); 10196FormatState fsOld = _converterState.PreviousTopFormatState(1); 10336FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10364FormatState fsCur = _converterState.PreviousTopFormatState(0); 10365FormatState fsOld = _converterState.PreviousTopFormatState(1); 10452FormatState fsCur = _converterState.PreviousTopFormatState(0); 10453FormatState fsOld = _converterState.PreviousTopFormatState(1); 11052FormatState fsCur = _converterState.PreviousTopFormatState(0); 11053FormatState fsOld = _converterState.PreviousTopFormatState(1); 11434FormatState previous = _converterState.PreviousTopFormatState(1); 11435FormatState previousPrevious = _converterState.PreviousTopFormatState(2);