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