28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
800
RtfDestination
= formatState.RtfDestination;
7843
_converterState.TopFormatState.
RtfDestination
= RtfDestination.DestUnknown;
9104
formatState.
RtfDestination
= RtfDestination.DestFontName;
9542
formatState.
RtfDestination
= RtfDestination.DestListPicture;
9579
formatState.
RtfDestination
= RtfDestination.DestFontTable;
9583
formatState.
RtfDestination
= RtfDestination.DestColorTable;
9587
formatState.
RtfDestination
= RtfDestination.DestListTable;
9591
formatState.
RtfDestination
= RtfDestination.DestListOverrideTable;
9611
formatState.
RtfDestination
= RtfDestination.DestShapeInstruction;
9624
formatState.
RtfDestination
= RtfDestination.DestPicture;
9928
fsCur.
RtfDestination
= fsOld.RtfDestination;
10141
formatState.
RtfDestination
= RtfDestination.DestListLevel;
10153
formatState.
RtfDestination
= RtfDestination.DestListText;
10247
formatState.
RtfDestination
= RtfDestination.DestListOverride;
10281
fsCur.
RtfDestination
= fsOld.RtfDestination;
10286
fsCur.
RtfDestination
= RtfDestination.DestShape;
10293
fsCur.
RtfDestination
= RtfDestination.DestShapeResult;
10342
formatState.
RtfDestination
= RtfDestination.DestListPicture;
10346
formatState.
RtfDestination
= RtfDestination.DestShapePicture;
10351
formatState.
RtfDestination
= RtfDestination.DestNoneShapePicture;
10418
formatState.
RtfDestination
= RtfDestination.DestPN;
10430
fsCur.
RtfDestination
= RtfDestination.DestListText;
10973
formatState.
RtfDestination
= RtfDestination.DestField;
10980
formatState.
RtfDestination
= RtfDestination.DestFieldResult;
10987
formatState.
RtfDestination
= RtfDestination.DestFieldPrivate;
10994
formatState.
RtfDestination
= RtfDestination.DestFieldInstruction;
11323
formatState.
RtfDestination
= RtfDestination.DestUPR;
11340
formatState.
RtfDestination
= previousPrevious.RtfDestination;
55 references to RtfDestination
PresentationFramework (55)
System\Windows\Documents\RtfToXamlLexer.cs (1)
143
if (formatState != null && formatState.
RtfDestination
== RtfDestination.DestPicture)
System\Windows\Documents\RtfToXamlReader.cs (54)
800
RtfDestination = formatState.
RtfDestination
;
931
&&
RtfDestination
== formatState.
RtfDestination
7837
_converterState.TopFormatState.
RtfDestination
== RtfDestination.DestFieldResult)
8050
switch (dn.FormatState.
RtfDestination
)
8065
switch (dn.FormatState.
RtfDestination
)
8849
switch (fsCur.
RtfDestination
)
8932
if (fsCur.
RtfDestination
!= fsNew.
RtfDestination
)
8936
else if (fsNew.
RtfDestination
== RtfDestination.DestFontTable)
8956
if (fsCur.
RtfDestination
== RtfDestination.DestFontTable
9040
if (formatState.
RtfDestination
== RtfDestination.DestFontTable)
9102
if (previousFormatState.
RtfDestination
== RtfDestination.DestFontTable)
9114
if (formatState.
RtfDestination
== RtfDestination.DestFontTable)
9499
if (formatState.
RtfDestination
== RtfDestination.DestListOverride)
9595
if (formatState.
RtfDestination
== RtfDestination.DestColorTable)
9601
if (formatState.
RtfDestination
== RtfDestination.DestColorTable)
9605
if (formatState.
RtfDestination
== RtfDestination.DestColorTable)
9618
if ((previousFormatState.
RtfDestination
== RtfDestination.DestShapePicture ||
9619
previousFormatState.
RtfDestination
== RtfDestination.DestShapeInstruction) ||
9620
(previousFormatState.
RtfDestination
!= RtfDestination.DestNoneShapePicture &&
9621
previousFormatState.
RtfDestination
!= RtfDestination.DestShape &&
9622
previousFormatState.
RtfDestination
!= RtfDestination.DestListPicture))
9629
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9635
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9641
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9647
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9655
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9661
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9667
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9673
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9689
switch (fs.
RtfDestination
)
9724
switch (_converterState.TopFormatState.
RtfDestination
)
9750
if (formatState.
RtfDestination
== RtfDestination.DestPicture)
9928
fsCur.RtfDestination = fsOld.
RtfDestination
;
10050
if (fs.
RtfDestination
== RtfDestination.DestListOverride)
10054
else if (fs.
RtfDestination
== RtfDestination.DestListTable)
10073
if (fs.
RtfDestination
== RtfDestination.DestListOverride)
10083
else if (fs.
RtfDestination
== RtfDestination.DestListTable)
10112
if (formatState.
RtfDestination
== RtfDestination.DestListTable)
10219
if (formatState.
RtfDestination
== RtfDestination.DestListOverride)
10245
if (previousFormatState.
RtfDestination
== RtfDestination.DestListOverrideTable)
10255
if (formatState.
RtfDestination
== RtfDestination.DestListOverride)
10281
fsCur.RtfDestination = fsOld.
RtfDestination
;
10340
if (fsOld.
RtfDestination
== RtfDestination.DestListPicture)
10366
if (formatState.
RtfDestination
== RtfDestination.DestPN)
10976
if (fsOld.
RtfDestination
!= RtfDestination.DestField)
10983
if (fsOld.
RtfDestination
!= RtfDestination.DestField)
10990
if (fsOld.
RtfDestination
!= RtfDestination.DestField)
11338
if (formatState.
RtfDestination
== RtfDestination.DestUPR && previous.
RtfDestination
== RtfDestination.DestUnknown)
11340
formatState.RtfDestination = previousPrevious.
RtfDestination
;
11353
switch (_converterState.TopFormatState.
RtfDestination
)
11534
switch (_converterState.TopFormatState.
RtfDestination
)