19 references to PreviousTopFormatState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (19)
8351FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8460FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8942FormatState fsCur = _converterState.PreviousTopFormatState(0); 8943FormatState fsNew = _converterState.PreviousTopFormatState(1); 9112FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9623FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9930FormatState fsCur = _converterState.PreviousTopFormatState(0); 9931FormatState fsOld = _converterState.PreviousTopFormatState(1); 10114FormatState fsCur = _converterState.PreviousTopFormatState(0); 10115FormatState fsOld = _converterState.PreviousTopFormatState(1); 10238FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10262FormatState fsCur = _converterState.PreviousTopFormatState(0); 10263FormatState fsOld = _converterState.PreviousTopFormatState(1); 10350FormatState fsCur = _converterState.PreviousTopFormatState(0); 10351FormatState fsOld = _converterState.PreviousTopFormatState(1); 10852FormatState fsCur = _converterState.PreviousTopFormatState(0); 10853FormatState fsOld = _converterState.PreviousTopFormatState(1); 11229FormatState previous = _converterState.PreviousTopFormatState(1); 11230FormatState previousPrevious = _converterState.PreviousTopFormatState(2);