28 writes to RtfDestination
PresentationFramework (28)
System\Windows\Documents\RtfToXamlReader.cs (28)
799RtfDestination = formatState.RtfDestination; 7851_converterState.TopFormatState.RtfDestination = RtfDestination.DestUnknown; 9118formatState.RtfDestination = RtfDestination.DestFontName; 9553formatState.RtfDestination = RtfDestination.DestListPicture; 9590formatState.RtfDestination = RtfDestination.DestFontTable; 9594formatState.RtfDestination = RtfDestination.DestColorTable; 9598formatState.RtfDestination = RtfDestination.DestListTable; 9602formatState.RtfDestination = RtfDestination.DestListOverrideTable; 9622formatState.RtfDestination = RtfDestination.DestShapeInstruction; 9635formatState.RtfDestination = RtfDestination.DestPicture; 9943fsCur.RtfDestination = fsOld.RtfDestination; 10150formatState.RtfDestination = RtfDestination.DestListLevel; 10162formatState.RtfDestination = RtfDestination.DestListText; 10245formatState.RtfDestination = RtfDestination.DestListOverride; 10276fsCur.RtfDestination = fsOld.RtfDestination; 10281fsCur.RtfDestination = RtfDestination.DestShape; 10288fsCur.RtfDestination = RtfDestination.DestShapeResult; 10337formatState.RtfDestination = RtfDestination.DestListPicture; 10341formatState.RtfDestination = RtfDestination.DestShapePicture; 10346formatState.RtfDestination = RtfDestination.DestNoneShapePicture; 10413formatState.RtfDestination = RtfDestination.DestPN; 10425fsCur.RtfDestination = RtfDestination.DestListText; 10870formatState.RtfDestination = RtfDestination.DestField; 10877formatState.RtfDestination = RtfDestination.DestFieldResult; 10884formatState.RtfDestination = RtfDestination.DestFieldPrivate; 10891formatState.RtfDestination = RtfDestination.DestFieldInstruction; 11221formatState.RtfDestination = RtfDestination.DestUPR; 11238formatState.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 7845_converterState.TopFormatState.RtfDestination == RtfDestination.DestFieldResult) 8058switch (dn.FormatState.RtfDestination) 8073switch (dn.FormatState.RtfDestination) 8862switch (fsCur.RtfDestination) 8949if (fsCur.RtfDestination != fsNew.RtfDestination) 8953else if (fsNew.RtfDestination == RtfDestination.DestFontTable) 8970if (fsCur.RtfDestination == RtfDestination.DestFontTable 9054if (formatState.RtfDestination == RtfDestination.DestFontTable) 9116if (previousFormatState.RtfDestination == RtfDestination.DestFontTable) 9125if (formatState.RtfDestination == RtfDestination.DestFontTable) 9510if (formatState.RtfDestination == RtfDestination.DestListOverride) 9606if (formatState.RtfDestination == RtfDestination.DestColorTable) 9612if (formatState.RtfDestination == RtfDestination.DestColorTable) 9616if (formatState.RtfDestination == RtfDestination.DestColorTable) 9629if ((previousFormatState.RtfDestination == RtfDestination.DestShapePicture || 9630previousFormatState.RtfDestination == RtfDestination.DestShapeInstruction) || 9631(previousFormatState.RtfDestination != RtfDestination.DestNoneShapePicture && 9632previousFormatState.RtfDestination != RtfDestination.DestShape && 9633previousFormatState.RtfDestination != RtfDestination.DestListPicture)) 9640if (formatState.RtfDestination == RtfDestination.DestPicture) 9646if (formatState.RtfDestination == RtfDestination.DestPicture) 9652if (formatState.RtfDestination == RtfDestination.DestPicture) 9658if (formatState.RtfDestination == RtfDestination.DestPicture) 9666if (formatState.RtfDestination == RtfDestination.DestPicture) 9672if (formatState.RtfDestination == RtfDestination.DestPicture) 9678if (formatState.RtfDestination == RtfDestination.DestPicture) 9684if (formatState.RtfDestination == RtfDestination.DestPicture) 9700switch (fs.RtfDestination) 9735switch (_converterState.TopFormatState.RtfDestination) 9761if (formatState.RtfDestination == RtfDestination.DestPicture) 9943fsCur.RtfDestination = fsOld.RtfDestination; 10065if (fs.RtfDestination == RtfDestination.DestListOverride) 10069else if (fs.RtfDestination == RtfDestination.DestListTable) 10088if (fs.RtfDestination == RtfDestination.DestListOverride) 10098else if (fs.RtfDestination == RtfDestination.DestListTable) 10127if (formatState.RtfDestination == RtfDestination.DestListTable) 10223if (formatState.RtfDestination == RtfDestination.DestListOverride) 10243if (previousFormatState.RtfDestination == RtfDestination.DestListOverrideTable) 10253if (formatState.RtfDestination == RtfDestination.DestListOverride) 10276fsCur.RtfDestination = fsOld.RtfDestination; 10335if (fsOld.RtfDestination == RtfDestination.DestListPicture) 10361if (formatState.RtfDestination == RtfDestination.DestPN) 10873if (fsOld.RtfDestination != RtfDestination.DestField) 10880if (fsOld.RtfDestination != RtfDestination.DestField) 10887if (fsOld.RtfDestination != RtfDestination.DestField) 11236if (formatState.RtfDestination == RtfDestination.DestUPR && previous.RtfDestination == RtfDestination.DestUnknown) 11238formatState.RtfDestination = previousPrevious.RtfDestination; 11251switch (_converterState.TopFormatState.RtfDestination) 11436switch (_converterState.TopFormatState.RtfDestination)