28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
801RtfDestination = formatState.RtfDestination; 7845_converterState.TopFormatState.RtfDestination = RtfDestination.DestUnknown; 9106formatState.RtfDestination = RtfDestination.DestFontName; 9544formatState.RtfDestination = RtfDestination.DestListPicture; 9581formatState.RtfDestination = RtfDestination.DestFontTable; 9585formatState.RtfDestination = RtfDestination.DestColorTable; 9589formatState.RtfDestination = RtfDestination.DestListTable; 9593formatState.RtfDestination = RtfDestination.DestListOverrideTable; 9613formatState.RtfDestination = RtfDestination.DestShapeInstruction; 9626formatState.RtfDestination = RtfDestination.DestPicture; 9930fsCur.RtfDestination = fsOld.RtfDestination; 10143formatState.RtfDestination = RtfDestination.DestListLevel; 10155formatState.RtfDestination = RtfDestination.DestListText; 10249formatState.RtfDestination = RtfDestination.DestListOverride; 10283fsCur.RtfDestination = fsOld.RtfDestination; 10288fsCur.RtfDestination = RtfDestination.DestShape; 10295fsCur.RtfDestination = RtfDestination.DestShapeResult; 10344formatState.RtfDestination = RtfDestination.DestListPicture; 10348formatState.RtfDestination = RtfDestination.DestShapePicture; 10353formatState.RtfDestination = RtfDestination.DestNoneShapePicture; 10420formatState.RtfDestination = RtfDestination.DestPN; 10432fsCur.RtfDestination = RtfDestination.DestListText; 10975formatState.RtfDestination = RtfDestination.DestField; 10982formatState.RtfDestination = RtfDestination.DestFieldResult; 10989formatState.RtfDestination = RtfDestination.DestFieldPrivate; 10996formatState.RtfDestination = RtfDestination.DestFieldInstruction; 11325formatState.RtfDestination = RtfDestination.DestUPR; 11342formatState.RtfDestination = previousPrevious.RtfDestination;
55 references to RtfDestination
PresentationFramework (55)
System\Windows\Documents\RtfToXamlLexer.cs (1)
144if (formatState != null && formatState.RtfDestination == RtfDestination.DestPicture)
System\Windows\Documents\RtfToXamlReader.cs (54)
801RtfDestination = formatState.RtfDestination; 932&& RtfDestination == formatState.RtfDestination 7839_converterState.TopFormatState.RtfDestination == RtfDestination.DestFieldResult) 8052switch (dn.FormatState.RtfDestination) 8067switch (dn.FormatState.RtfDestination) 8851switch (fsCur.RtfDestination) 8934if (fsCur.RtfDestination != fsNew.RtfDestination) 8938else if (fsNew.RtfDestination == RtfDestination.DestFontTable) 8958if (fsCur.RtfDestination == RtfDestination.DestFontTable 9042if (formatState.RtfDestination == RtfDestination.DestFontTable) 9104if (previousFormatState.RtfDestination == RtfDestination.DestFontTable) 9116if (formatState.RtfDestination == RtfDestination.DestFontTable) 9501if (formatState.RtfDestination == RtfDestination.DestListOverride) 9597if (formatState.RtfDestination == RtfDestination.DestColorTable) 9603if (formatState.RtfDestination == RtfDestination.DestColorTable) 9607if (formatState.RtfDestination == RtfDestination.DestColorTable) 9620if ((previousFormatState.RtfDestination == RtfDestination.DestShapePicture || 9621previousFormatState.RtfDestination == RtfDestination.DestShapeInstruction) || 9622(previousFormatState.RtfDestination != RtfDestination.DestNoneShapePicture && 9623previousFormatState.RtfDestination != RtfDestination.DestShape && 9624previousFormatState.RtfDestination != RtfDestination.DestListPicture)) 9631if (formatState.RtfDestination == RtfDestination.DestPicture) 9637if (formatState.RtfDestination == RtfDestination.DestPicture) 9643if (formatState.RtfDestination == RtfDestination.DestPicture) 9649if (formatState.RtfDestination == RtfDestination.DestPicture) 9657if (formatState.RtfDestination == RtfDestination.DestPicture) 9663if (formatState.RtfDestination == RtfDestination.DestPicture) 9669if (formatState.RtfDestination == RtfDestination.DestPicture) 9675if (formatState.RtfDestination == RtfDestination.DestPicture) 9691switch (fs.RtfDestination) 9726switch (_converterState.TopFormatState.RtfDestination) 9752if (formatState.RtfDestination == RtfDestination.DestPicture) 9930fsCur.RtfDestination = fsOld.RtfDestination; 10052if (fs.RtfDestination == RtfDestination.DestListOverride) 10056else if (fs.RtfDestination == RtfDestination.DestListTable) 10075if (fs.RtfDestination == RtfDestination.DestListOverride) 10085else if (fs.RtfDestination == RtfDestination.DestListTable) 10114if (formatState.RtfDestination == RtfDestination.DestListTable) 10221if (formatState.RtfDestination == RtfDestination.DestListOverride) 10247if (previousFormatState.RtfDestination == RtfDestination.DestListOverrideTable) 10257if (formatState.RtfDestination == RtfDestination.DestListOverride) 10283fsCur.RtfDestination = fsOld.RtfDestination; 10342if (fsOld.RtfDestination == RtfDestination.DestListPicture) 10368if (formatState.RtfDestination == RtfDestination.DestPN) 10978if (fsOld.RtfDestination != RtfDestination.DestField) 10985if (fsOld.RtfDestination != RtfDestination.DestField) 10992if (fsOld.RtfDestination != RtfDestination.DestField) 11340if (formatState.RtfDestination == RtfDestination.DestUPR && previous.RtfDestination == RtfDestination.DestUnknown) 11342formatState.RtfDestination = previousPrevious.RtfDestination; 11355switch (_converterState.TopFormatState.RtfDestination) 11536switch (_converterState.TopFormatState.RtfDestination)