17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7800
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7854
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7860
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7887
ProcessImage(_converterState.
TopFormatState
);
8001
FormatState formatState = _converterState.
TopFormatState
;
8855
FormatState formatState = _converterState.
TopFormatState
;
8998
FormatState formatState = _converterState.
TopFormatState
;
9023
FormatState formatState = _converterState.
TopFormatState
;
9709
FormatState fs = _converterState.
TopFormatState
;
9750
switch (_converterState.
TopFormatState
.RtfDestination)
9756
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11383
switch (_converterState.
TopFormatState
.RtfDestination)
11389
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11395
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11428
FormatState formatState = _converterState.
TopFormatState
;
11461
FormatState fs = _converterState.
TopFormatState
;
11568
switch (_converterState.
TopFormatState
.RtfDestination)