2 writes to _dest
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
730_dest = RtfDestination.DestNormal; 983_dest = value;
6 references to _dest
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
979return _dest; 1003return _dest == RtfDestination.DestNormal 1004|| _dest == RtfDestination.DestFieldResult 1005|| _dest == RtfDestination.DestShapeResult 1006|| _dest == RtfDestination.DestShape 1007|| _dest == RtfDestination.DestListText;