public void PanelMouseMove(object sender, MouseEventArgs args) { MousePos = PFExtentions.GetMousePosition(); }
// make these perma events (using commands and interactions) public void PanelMouseDown(object sender, MouseButtonEventArgs args) { MousePos = PFExtentions.GetMousePosition(); }