Silverlight and the MouseLeftButtonUpEvent

In a Silverlight project, I was trying to capture the MouseLeftButtonUpEvent so that I could detect when a user had finished dragging and drawing a line on a Canvas control. However, though the mouse down event always bubbled up to the canvas control, the mouse up event often never did - I thought for sure … Continue reading Silverlight and the MouseLeftButtonUpEvent