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)
999
return
_dest
;
1023
return
_dest
== RtfDestination.DestNormal
1024
||
_dest
== RtfDestination.DestFieldResult
1025
||
_dest
== RtfDestination.DestShapeResult
1026
||
_dest
== RtfDestination.DestShape
1027
||
_dest
== RtfDestination.DestListText;