19 references to PreviousTopFormatState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (19)
8363FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8472FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8954FormatState fsCur = _converterState.PreviousTopFormatState(0); 8955FormatState fsNew = _converterState.PreviousTopFormatState(1); 9127FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9641FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9948FormatState fsCur = _converterState.PreviousTopFormatState(0); 9949FormatState fsOld = _converterState.PreviousTopFormatState(1); 10132FormatState fsCur = _converterState.PreviousTopFormatState(0); 10133FormatState fsOld = _converterState.PreviousTopFormatState(1); 10274FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10301FormatState fsCur = _converterState.PreviousTopFormatState(0); 10302FormatState fsOld = _converterState.PreviousTopFormatState(1); 10389FormatState fsCur = _converterState.PreviousTopFormatState(0); 10390FormatState fsOld = _converterState.PreviousTopFormatState(1); 10987FormatState fsCur = _converterState.PreviousTopFormatState(0); 10988FormatState fsOld = _converterState.PreviousTopFormatState(1); 11364FormatState previous = _converterState.PreviousTopFormatState(1); 11365FormatState previousPrevious = _converterState.PreviousTopFormatState(2);