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)
977
return
_dest
;
1001
return
_dest
== RtfDestination.DestNormal
1002
||
_dest
== RtfDestination.DestFieldResult
1003
||
_dest
== RtfDestination.DestShapeResult
1004
||
_dest
== RtfDestination.DestShape
1005
||
_dest
== RtfDestination.DestListText;