2 writes to _dest
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
752_dest = RtfDestination.DestNormal; 1003_dest = value;
6 references to _dest
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
999return _dest; 1023return _dest == RtfDestination.DestNormal 1024|| _dest == RtfDestination.DestFieldResult 1025|| _dest == RtfDestination.DestShapeResult 1026|| _dest == RtfDestination.DestShape 1027|| _dest == RtfDestination.DestListText;