I have a WrapPanel that has a button as a child element. Both the WrapPanel and the Button have the PreviewMouseLeftButtonDown event defined.
I have noticed that when I click the Button, the WrapPanel's event is fired before the Button's event. Is there anyway to change that?