The sprite is defined on another "storage" layout.
I create it in runtime, replace an image in one of the frames. Then destroy, unload from memory, wait, create again. And yet the replaced image is still there..
To store an image with BinaryData I will need to paste it to DrawingCanvas first, right? This will be a really complex solution, since I have lots of sprites with many frames each.