2 writes to _image
ReachFramework (2)
AlphaFlattener\Primitive.cs (2)
1792
_image
= value;
1964
_image
= _image.Clone();
3 references to _image
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1788
return
_image
;
1962
if (
_image
!= null)
1964
_image =
_image
.Clone();