17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7801
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7855
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7861
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7888
ProcessImage(_converterState.
TopFormatState
);
8002
FormatState formatState = _converterState.
TopFormatState
;
8856
FormatState formatState = _converterState.
TopFormatState
;
8999
FormatState formatState = _converterState.
TopFormatState
;
9024
FormatState formatState = _converterState.
TopFormatState
;
9710
FormatState fs = _converterState.
TopFormatState
;
9751
switch (_converterState.
TopFormatState
.RtfDestination)
9757
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11384
switch (_converterState.
TopFormatState
.RtfDestination)
11390
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11396
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11429
FormatState formatState = _converterState.
TopFormatState
;
11462
FormatState fs = _converterState.
TopFormatState
;
11569
switch (_converterState.
TopFormatState
.RtfDestination)