17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7791
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7845
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7851
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7878
ProcessImage(_converterState.
TopFormatState
);
7992
FormatState formatState = _converterState.
TopFormatState
;
8846
FormatState formatState = _converterState.
TopFormatState
;
8986
FormatState formatState = _converterState.
TopFormatState
;
9011
FormatState formatState = _converterState.
TopFormatState
;
9694
FormatState fs = _converterState.
TopFormatState
;
9735
switch (_converterState.
TopFormatState
.RtfDestination)
9741
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11251
switch (_converterState.
TopFormatState
.RtfDestination)
11257
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11263
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11296
FormatState formatState = _converterState.
TopFormatState
;
11329
FormatState fs = _converterState.
TopFormatState
;
11436
switch (_converterState.
TopFormatState
.RtfDestination)