I use an image editor to add annotations to images. I handle saving and loading of annotations separately — they are saved in a separate file, and I don't want to modify the original image. Everything works great, but every time I try to open another image, the "Confirm Save Changes" dialog pops up. How can I prevent this dialog from appearing? Is there an IsDirty flag that can be reset?