I have two UI elements next to each other that I want to behave as if they are one MouseLeave area.
How can I check if the mouse is over a UI element being entered during a MouseLeave event?
Currently, checking the mouse position using the following solution shows the mouse over the element being left during the MouseLeave event: http://forums.silverlight.net/forums/p/193378/448518.aspx.
Thank you.