17 references to TopFormatState
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (17)
7783
rtfToXamlError = _lexer.Next(token, _converterState.
TopFormatState
);
7837
_converterState.
TopFormatState
.RtfDestination == RtfDestination.DestFieldResult)
7843
_converterState.
TopFormatState
.RtfDestination = RtfDestination.DestUnknown;
7870
ProcessImage(_converterState.
TopFormatState
);
7984
FormatState formatState = _converterState.
TopFormatState
;
8833
FormatState formatState = _converterState.
TopFormatState
;
8972
FormatState formatState = _converterState.
TopFormatState
;
8997
FormatState formatState = _converterState.
TopFormatState
;
9683
FormatState fs = _converterState.
TopFormatState
;
9724
switch (_converterState.
TopFormatState
.RtfDestination)
9730
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11353
switch (_converterState.
TopFormatState
.RtfDestination)
11359
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11365
HandleNormalText(token.Text, _converterState.
TopFormatState
);
11398
FormatState formatState = _converterState.
TopFormatState
;
11431
FormatState fs = _converterState.
TopFormatState
;
11534
switch (_converterState.
TopFormatState
.RtfDestination)