2 writes to _dest
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
731
_dest
= RtfDestination.DestNormal;
982
_dest
= value;
6 references to _dest
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
978
return
_dest
;
1002
return
_dest
== RtfDestination.DestNormal
1003
||
_dest
== RtfDestination.DestFieldResult
1004
||
_dest
== RtfDestination.DestShapeResult
1005
||
_dest
== RtfDestination.DestShape
1006
||
_dest
== RtfDestination.DestListText;