17 references to TopFormatState
PresentationFramework (17)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (17)
7866
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7920
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7926
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7953
ProcessImage(_converterState.
TopFormatState
);
8067
FormatState formatState = _converterState.
TopFormatState
;
8926
FormatState formatState = _converterState.
TopFormatState
;
9065
FormatState formatState = _converterState.
TopFormatState
;
9090
FormatState formatState = _converterState.
TopFormatState
;
9776
FormatState fs = _converterState.
TopFormatState
;
9817
switch (_converterState.
TopFormatState
.RtfDestination)
9823
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11453
switch (_converterState.
TopFormatState
.RtfDestination)
11459
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11465
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11498
FormatState formatState = _converterState.
TopFormatState
;
11531
FormatState fs = _converterState.
TopFormatState
;
11634
switch (_converterState.
TopFormatState
.RtfDestination)