28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
801RtfDestination = formatState.RtfDestination; 7844_converterState.TopFormatState.RtfDestination = RtfDestination.DestUnknown; 9105formatState.RtfDestination = RtfDestination.DestFontName; 9543formatState.RtfDestination = RtfDestination.DestListPicture; 9580formatState.RtfDestination = RtfDestination.DestFontTable; 9584formatState.RtfDestination = RtfDestination.DestColorTable; 9588formatState.RtfDestination = RtfDestination.DestListTable; 9592formatState.RtfDestination = RtfDestination.DestListOverrideTable; 9612formatState.RtfDestination = RtfDestination.DestShapeInstruction; 9625formatState.RtfDestination = RtfDestination.DestPicture; 9929fsCur.RtfDestination = fsOld.RtfDestination; 10142formatState.RtfDestination = RtfDestination.DestListLevel; 10154formatState.RtfDestination = RtfDestination.DestListText; 10248formatState.RtfDestination = RtfDestination.DestListOverride; 10282fsCur.RtfDestination = fsOld.RtfDestination; 10287fsCur.RtfDestination = RtfDestination.DestShape; 10294fsCur.RtfDestination = RtfDestination.DestShapeResult; 10343formatState.RtfDestination = RtfDestination.DestListPicture; 10347formatState.RtfDestination = RtfDestination.DestShapePicture; 10352formatState.RtfDestination = RtfDestination.DestNoneShapePicture; 10419formatState.RtfDestination = RtfDestination.DestPN; 10431fsCur.RtfDestination = RtfDestination.DestListText; 10974formatState.RtfDestination = RtfDestination.DestField; 10981formatState.RtfDestination = RtfDestination.DestFieldResult; 10988formatState.RtfDestination = RtfDestination.DestFieldPrivate; 10995formatState.RtfDestination = RtfDestination.DestFieldInstruction; 11324formatState.RtfDestination = RtfDestination.DestUPR; 11341formatState.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 7838_converterState.TopFormatState.RtfDestination == RtfDestination.DestFieldResult) 8051switch (dn.FormatState.RtfDestination) 8066switch (dn.FormatState.RtfDestination) 8850switch (fsCur.RtfDestination) 8933if (fsCur.RtfDestination != fsNew.RtfDestination) 8937else if (fsNew.RtfDestination == RtfDestination.DestFontTable) 8957if (fsCur.RtfDestination == RtfDestination.DestFontTable 9041if (formatState.RtfDestination == RtfDestination.DestFontTable) 9103if (previousFormatState.RtfDestination == RtfDestination.DestFontTable) 9115if (formatState.RtfDestination == RtfDestination.DestFontTable) 9500if (formatState.RtfDestination == RtfDestination.DestListOverride) 9596if (formatState.RtfDestination == RtfDestination.DestColorTable) 9602if (formatState.RtfDestination == RtfDestination.DestColorTable) 9606if (formatState.RtfDestination == RtfDestination.DestColorTable) 9619if ((previousFormatState.RtfDestination == RtfDestination.DestShapePicture || 9620previousFormatState.RtfDestination == RtfDestination.DestShapeInstruction) || 9621(previousFormatState.RtfDestination != RtfDestination.DestNoneShapePicture && 9622previousFormatState.RtfDestination != RtfDestination.DestShape && 9623previousFormatState.RtfDestination != RtfDestination.DestListPicture)) 9630if (formatState.RtfDestination == RtfDestination.DestPicture) 9636if (formatState.RtfDestination == RtfDestination.DestPicture) 9642if (formatState.RtfDestination == RtfDestination.DestPicture) 9648if (formatState.RtfDestination == RtfDestination.DestPicture) 9656if (formatState.RtfDestination == RtfDestination.DestPicture) 9662if (formatState.RtfDestination == RtfDestination.DestPicture) 9668if (formatState.RtfDestination == RtfDestination.DestPicture) 9674if (formatState.RtfDestination == RtfDestination.DestPicture) 9690switch (fs.RtfDestination) 9725switch (_converterState.TopFormatState.RtfDestination) 9751if (formatState.RtfDestination == RtfDestination.DestPicture) 9929fsCur.RtfDestination = fsOld.RtfDestination; 10051if (fs.RtfDestination == RtfDestination.DestListOverride) 10055else if (fs.RtfDestination == RtfDestination.DestListTable) 10074if (fs.RtfDestination == RtfDestination.DestListOverride) 10084else if (fs.RtfDestination == RtfDestination.DestListTable) 10113if (formatState.RtfDestination == RtfDestination.DestListTable) 10220if (formatState.RtfDestination == RtfDestination.DestListOverride) 10246if (previousFormatState.RtfDestination == RtfDestination.DestListOverrideTable) 10256if (formatState.RtfDestination == RtfDestination.DestListOverride) 10282fsCur.RtfDestination = fsOld.RtfDestination; 10341if (fsOld.RtfDestination == RtfDestination.DestListPicture) 10367if (formatState.RtfDestination == RtfDestination.DestPN) 10977if (fsOld.RtfDestination != RtfDestination.DestField) 10984if (fsOld.RtfDestination != RtfDestination.DestField) 10991if (fsOld.RtfDestination != RtfDestination.DestField) 11339if (formatState.RtfDestination == RtfDestination.DestUPR && previous.RtfDestination == RtfDestination.DestUnknown) 11341formatState.RtfDestination = previousPrevious.RtfDestination; 11354switch (_converterState.TopFormatState.RtfDestination) 11535switch (_converterState.TopFormatState.RtfDestination)