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)
979
return
_dest
;
1003
return
_dest
== RtfDestination.DestNormal
1004
||
_dest
== RtfDestination.DestFieldResult
1005
||
_dest
== RtfDestination.DestShapeResult
1006
||
_dest
== RtfDestination.DestShape
1007
||
_dest
== RtfDestination.DestListText;