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