19 references to PreviousTopFormatState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (19)
8364FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8473FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8955FormatState fsCur = _converterState.PreviousTopFormatState(0); 8956FormatState fsNew = _converterState.PreviousTopFormatState(1); 9128FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9642FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9949FormatState fsCur = _converterState.PreviousTopFormatState(0); 9950FormatState fsOld = _converterState.PreviousTopFormatState(1); 10133FormatState fsCur = _converterState.PreviousTopFormatState(0); 10134FormatState fsOld = _converterState.PreviousTopFormatState(1); 10275FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10302FormatState fsCur = _converterState.PreviousTopFormatState(0); 10303FormatState fsOld = _converterState.PreviousTopFormatState(1); 10390FormatState fsCur = _converterState.PreviousTopFormatState(0); 10391FormatState fsOld = _converterState.PreviousTopFormatState(1); 10988FormatState fsCur = _converterState.PreviousTopFormatState(0); 10989FormatState fsOld = _converterState.PreviousTopFormatState(1); 11365FormatState previous = _converterState.PreviousTopFormatState(1); 11366FormatState previousPrevious = _converterState.PreviousTopFormatState(2);