From what I can tell there is already a bunch of support in place for drag and drop functionality. I would like to expand on this for the purpose of being able to drag a file, such as a jpg, onto the design surface and have it create an Image element with the source set to my dragged file.
Due to protection levels of a couple sealed classes I am unable to just "overrule" the current drag-drop functionality, so how would I go about this?
From what I can tell there is already a bunch of support in place for drag and drop functionality. I would like to expand on this for the purpose of being able to drag a file, such as a jpg, onto the design surface and have it create an Image element with the source set to my dragged file.
Due to protection levels of a couple sealed classes I am unable to just "overrule" the current drag-drop functionality, so how would I go about this?