WPF, Shapes
I have a custom Shape, and try to implement MouseClick and MouseDoubleClick stuff on
Shape
MouseClick
MouseDoubleClick
maybe try an attached behaviour?
Try this link for an explanation
Maybe you can aggregate the events...i think that is what you are trying to do, right?