17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7784
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7838
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7844
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7871
ProcessImage(_converterState.
TopFormatState
);
7985
FormatState formatState = _converterState.
TopFormatState
;
8834
FormatState formatState = _converterState.
TopFormatState
;
8973
FormatState formatState = _converterState.
TopFormatState
;
8998
FormatState formatState = _converterState.
TopFormatState
;
9684
FormatState fs = _converterState.
TopFormatState
;
9725
switch (_converterState.
TopFormatState
.RtfDestination)
9731
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11354
switch (_converterState.
TopFormatState
.RtfDestination)
11360
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11366
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11399
FormatState formatState = _converterState.
TopFormatState
;
11432
FormatState fs = _converterState.
TopFormatState
;
11535
switch (_converterState.
TopFormatState
.RtfDestination)