I have two UIElement
s 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 UIElement
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.