28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
799RtfDestination = formatState.RtfDestination; 7848_converterState.TopFormatState.RtfDestination = RtfDestination.DestUnknown; 9115formatState.RtfDestination = RtfDestination.DestFontName; 9550formatState.RtfDestination = RtfDestination.DestListPicture; 9587formatState.RtfDestination = RtfDestination.DestFontTable; 9591formatState.RtfDestination = RtfDestination.DestColorTable; 9595formatState.RtfDestination = RtfDestination.DestListTable; 9599formatState.RtfDestination = RtfDestination.DestListOverrideTable; 9619formatState.RtfDestination = RtfDestination.DestShapeInstruction; 9632formatState.RtfDestination = RtfDestination.DestPicture; 9940fsCur.RtfDestination = fsOld.RtfDestination; 10147formatState.RtfDestination = RtfDestination.DestListLevel; 10159formatState.RtfDestination = RtfDestination.DestListText; 10242formatState.RtfDestination = RtfDestination.DestListOverride; 10273fsCur.RtfDestination = fsOld.RtfDestination; 10278fsCur.RtfDestination = RtfDestination.DestShape; 10285fsCur.RtfDestination = RtfDestination.DestShapeResult; 10334formatState.RtfDestination = RtfDestination.DestListPicture; 10338formatState.RtfDestination = RtfDestination.DestShapePicture; 10343formatState.RtfDestination = RtfDestination.DestNoneShapePicture; 10410formatState.RtfDestination = RtfDestination.DestPN; 10422fsCur.RtfDestination = RtfDestination.DestListText; 10867formatState.RtfDestination = RtfDestination.DestField; 10874formatState.RtfDestination = RtfDestination.DestFieldResult; 10881formatState.RtfDestination = RtfDestination.DestFieldPrivate; 10888formatState.RtfDestination = RtfDestination.DestFieldInstruction; 11218formatState.RtfDestination = RtfDestination.DestUPR; 11235formatState.RtfDestination = previousPrevious.RtfDestination;
55 references to RtfDestination
PresentationFramework (55)
System\Windows\Documents\RtfToXamlLexer.cs (1)
142if (formatState != null && formatState.RtfDestination == RtfDestination.DestPicture)
System\Windows\Documents\RtfToXamlReader.cs (54)
799RtfDestination = formatState.RtfDestination; 930&& RtfDestination == formatState.RtfDestination 7842_converterState.TopFormatState.RtfDestination == RtfDestination.DestFieldResult) 8055switch (dn.FormatState.RtfDestination) 8070switch (dn.FormatState.RtfDestination) 8859switch (fsCur.RtfDestination) 8946if (fsCur.RtfDestination != fsNew.RtfDestination) 8950else if (fsNew.RtfDestination == RtfDestination.DestFontTable) 8967if (fsCur.RtfDestination == RtfDestination.DestFontTable 9051if (formatState.RtfDestination == RtfDestination.DestFontTable) 9113if (previousFormatState.RtfDestination == RtfDestination.DestFontTable) 9122if (formatState.RtfDestination == RtfDestination.DestFontTable) 9507if (formatState.RtfDestination == RtfDestination.DestListOverride) 9603if (formatState.RtfDestination == RtfDestination.DestColorTable) 9609if (formatState.RtfDestination == RtfDestination.DestColorTable) 9613if (formatState.RtfDestination == RtfDestination.DestColorTable) 9626if ((previousFormatState.RtfDestination == RtfDestination.DestShapePicture || 9627previousFormatState.RtfDestination == RtfDestination.DestShapeInstruction) || 9628(previousFormatState.RtfDestination != RtfDestination.DestNoneShapePicture && 9629previousFormatState.RtfDestination != RtfDestination.DestShape && 9630previousFormatState.RtfDestination != RtfDestination.DestListPicture)) 9637if (formatState.RtfDestination == RtfDestination.DestPicture) 9643if (formatState.RtfDestination == RtfDestination.DestPicture) 9649if (formatState.RtfDestination == RtfDestination.DestPicture) 9655if (formatState.RtfDestination == RtfDestination.DestPicture) 9663if (formatState.RtfDestination == RtfDestination.DestPicture) 9669if (formatState.RtfDestination == RtfDestination.DestPicture) 9675if (formatState.RtfDestination == RtfDestination.DestPicture) 9681if (formatState.RtfDestination == RtfDestination.DestPicture) 9697switch (fs.RtfDestination) 9732switch (_converterState.TopFormatState.RtfDestination) 9758if (formatState.RtfDestination == RtfDestination.DestPicture) 9940fsCur.RtfDestination = fsOld.RtfDestination; 10062if (fs.RtfDestination == RtfDestination.DestListOverride) 10066else if (fs.RtfDestination == RtfDestination.DestListTable) 10085if (fs.RtfDestination == RtfDestination.DestListOverride) 10095else if (fs.RtfDestination == RtfDestination.DestListTable) 10124if (formatState.RtfDestination == RtfDestination.DestListTable) 10220if (formatState.RtfDestination == RtfDestination.DestListOverride) 10240if (previousFormatState.RtfDestination == RtfDestination.DestListOverrideTable) 10250if (formatState.RtfDestination == RtfDestination.DestListOverride) 10273fsCur.RtfDestination = fsOld.RtfDestination; 10332if (fsOld.RtfDestination == RtfDestination.DestListPicture) 10358if (formatState.RtfDestination == RtfDestination.DestPN) 10870if (fsOld.RtfDestination != RtfDestination.DestField) 10877if (fsOld.RtfDestination != RtfDestination.DestField) 10884if (fsOld.RtfDestination != RtfDestination.DestField) 11233if (formatState.RtfDestination == RtfDestination.DestUPR && previous.RtfDestination == RtfDestination.DestUnknown) 11235formatState.RtfDestination = previousPrevious.RtfDestination; 11248switch (_converterState.TopFormatState.RtfDestination) 11433switch (_converterState.TopFormatState.RtfDestination)