I have a custom control derived from ActivityDesigner. I'm basically retemplating the contol to give it a stylized look and feel ... I want to add the ability to change the Display Name by swapping out the TextBlock with a TextBox on MouseUP - but
this event is not firing.
I can handle the MouseDown event and it works OK, except it enters the Edit mode when dragging the activity around. Is the MouseUp handled at the base level? Is there a way to work around this?
View Complete Post