19 references to PreviousTopFormatState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (19)
8354FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8463FormatState = new FormatState(_converterState.PreviousTopFormatState(0)) 8945FormatState fsCur = _converterState.PreviousTopFormatState(0); 8946FormatState fsNew = _converterState.PreviousTopFormatState(1); 9115FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9626FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 9933FormatState fsCur = _converterState.PreviousTopFormatState(0); 9934FormatState fsOld = _converterState.PreviousTopFormatState(1); 10117FormatState fsCur = _converterState.PreviousTopFormatState(0); 10118FormatState fsOld = _converterState.PreviousTopFormatState(1); 10241FormatState previousFormatState = _converterState.PreviousTopFormatState(1); 10265FormatState fsCur = _converterState.PreviousTopFormatState(0); 10266FormatState fsOld = _converterState.PreviousTopFormatState(1); 10353FormatState fsCur = _converterState.PreviousTopFormatState(0); 10354FormatState fsOld = _converterState.PreviousTopFormatState(1); 10855FormatState fsCur = _converterState.PreviousTopFormatState(0); 10856FormatState fsOld = _converterState.PreviousTopFormatState(1); 11232FormatState previous = _converterState.PreviousTopFormatState(1); 11233FormatState previousPrevious = _converterState.PreviousTopFormatState(2);