2 writes to _dest
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
731_dest = RtfDestination.DestNormal; 982_dest = value;
6 references to _dest
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
978return _dest; 1002return _dest == RtfDestination.DestNormal 1003|| _dest == RtfDestination.DestFieldResult 1004|| _dest == RtfDestination.DestShapeResult 1005|| _dest == RtfDestination.DestShape 1006|| _dest == RtfDestination.DestListText;