2 writes to _image
ReachFramework (2)
AlphaFlattener\Primitive.cs (2)
1786
_image
= value;
1957
_image
= _image.Clone();
3 references to _image
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1782
return
_image
;
1955
if (
_image
!= null)
1957
_image =
_image
.Clone();