2 writes to _dest
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
730_dest = RtfDestination.DestNormal; 981_dest = value;
6 references to _dest
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
977return _dest; 1001return _dest == RtfDestination.DestNormal 1002|| _dest == RtfDestination.DestFieldResult 1003|| _dest == RtfDestination.DestShapeResult 1004|| _dest == RtfDestination.DestShape 1005|| _dest == RtfDestination.DestListText;