17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7788
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7842
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7848
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7875
ProcessImage(_converterState.
TopFormatState
);
7989
FormatState formatState = _converterState.
TopFormatState
;
8843
FormatState formatState = _converterState.
TopFormatState
;
8983
FormatState formatState = _converterState.
TopFormatState
;
9008
FormatState formatState = _converterState.
TopFormatState
;
9691
FormatState fs = _converterState.
TopFormatState
;
9732
switch (_converterState.
TopFormatState
.RtfDestination)
9738
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11248
switch (_converterState.
TopFormatState
.RtfDestination)
11254
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11260
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11293
FormatState formatState = _converterState.
TopFormatState
;
11326
FormatState fs = _converterState.
TopFormatState
;
11433
switch (_converterState.
TopFormatState
.RtfDestination)