28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
800RtfDestination = formatState.RtfDestination; 7861_converterState.TopFormatState.RtfDestination = RtfDestination.DestUnknown; 9131formatState.RtfDestination = RtfDestination.DestFontName; 9569formatState.RtfDestination = RtfDestination.DestListPicture; 9606formatState.RtfDestination = RtfDestination.DestFontTable; 9610formatState.RtfDestination = RtfDestination.DestColorTable; 9614formatState.RtfDestination = RtfDestination.DestListTable; 9618formatState.RtfDestination = RtfDestination.DestListOverrideTable; 9638formatState.RtfDestination = RtfDestination.DestShapeInstruction; 9651formatState.RtfDestination = RtfDestination.DestPicture; 9959fsCur.RtfDestination = fsOld.RtfDestination; 10172formatState.RtfDestination = RtfDestination.DestListLevel; 10184formatState.RtfDestination = RtfDestination.DestListText; 10279formatState.RtfDestination = RtfDestination.DestListOverride; 10313fsCur.RtfDestination = fsOld.RtfDestination; 10318fsCur.RtfDestination = RtfDestination.DestShape; 10325fsCur.RtfDestination = RtfDestination.DestShapeResult; 10374formatState.RtfDestination = RtfDestination.DestListPicture; 10378formatState.RtfDestination = RtfDestination.DestShapePicture; 10383formatState.RtfDestination = RtfDestination.DestNoneShapePicture; 10450formatState.RtfDestination = RtfDestination.DestPN; 10462fsCur.RtfDestination = RtfDestination.DestListText; 11003formatState.RtfDestination = RtfDestination.DestField; 11010formatState.RtfDestination = RtfDestination.DestFieldResult; 11017formatState.RtfDestination = RtfDestination.DestFieldPrivate; 11024formatState.RtfDestination = RtfDestination.DestFieldInstruction; 11354formatState.RtfDestination = RtfDestination.DestUPR; 11371formatState.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 7855_converterState.TopFormatState.RtfDestination == RtfDestination.DestFieldResult) 8068switch (dn.FormatState.RtfDestination) 8083switch (dn.FormatState.RtfDestination) 8872switch (fsCur.RtfDestination) 8959if (fsCur.RtfDestination != fsNew.RtfDestination) 8963else if (fsNew.RtfDestination == RtfDestination.DestFontTable) 8983if (fsCur.RtfDestination == RtfDestination.DestFontTable 9067if (formatState.RtfDestination == RtfDestination.DestFontTable) 9129if (previousFormatState.RtfDestination == RtfDestination.DestFontTable) 9141if (formatState.RtfDestination == RtfDestination.DestFontTable) 9526if (formatState.RtfDestination == RtfDestination.DestListOverride) 9622if (formatState.RtfDestination == RtfDestination.DestColorTable) 9628if (formatState.RtfDestination == RtfDestination.DestColorTable) 9632if (formatState.RtfDestination == RtfDestination.DestColorTable) 9645if ((previousFormatState.RtfDestination == RtfDestination.DestShapePicture || 9646previousFormatState.RtfDestination == RtfDestination.DestShapeInstruction) || 9647(previousFormatState.RtfDestination != RtfDestination.DestNoneShapePicture && 9648previousFormatState.RtfDestination != RtfDestination.DestShape && 9649previousFormatState.RtfDestination != RtfDestination.DestListPicture)) 9656if (formatState.RtfDestination == RtfDestination.DestPicture) 9662if (formatState.RtfDestination == RtfDestination.DestPicture) 9668if (formatState.RtfDestination == RtfDestination.DestPicture) 9674if (formatState.RtfDestination == RtfDestination.DestPicture) 9682if (formatState.RtfDestination == RtfDestination.DestPicture) 9688if (formatState.RtfDestination == RtfDestination.DestPicture) 9694if (formatState.RtfDestination == RtfDestination.DestPicture) 9700if (formatState.RtfDestination == RtfDestination.DestPicture) 9716switch (fs.RtfDestination) 9751switch (_converterState.TopFormatState.RtfDestination) 9777if (formatState.RtfDestination == RtfDestination.DestPicture) 9959fsCur.RtfDestination = fsOld.RtfDestination; 10081if (fs.RtfDestination == RtfDestination.DestListOverride) 10085else if (fs.RtfDestination == RtfDestination.DestListTable) 10104if (fs.RtfDestination == RtfDestination.DestListOverride) 10114else if (fs.RtfDestination == RtfDestination.DestListTable) 10143if (formatState.RtfDestination == RtfDestination.DestListTable) 10251if (formatState.RtfDestination == RtfDestination.DestListOverride) 10277if (previousFormatState.RtfDestination == RtfDestination.DestListOverrideTable) 10287if (formatState.RtfDestination == RtfDestination.DestListOverride) 10313fsCur.RtfDestination = fsOld.RtfDestination; 10372if (fsOld.RtfDestination == RtfDestination.DestListPicture) 10398if (formatState.RtfDestination == RtfDestination.DestPN) 11006if (fsOld.RtfDestination != RtfDestination.DestField) 11013if (fsOld.RtfDestination != RtfDestination.DestField) 11020if (fsOld.RtfDestination != RtfDestination.DestField) 11369if (formatState.RtfDestination == RtfDestination.DestUPR && previous.RtfDestination == RtfDestination.DestUnknown) 11371formatState.RtfDestination = previousPrevious.RtfDestination; 11384switch (_converterState.TopFormatState.RtfDestination) 11569switch (_converterState.TopFormatState.RtfDestination)