UIElement.InputHitTest is a hidden function that could do just that, public IInputElement InputHitTest ( Point point ) Passing in the coordinate, and this function will look at the element subtree and get the element (IInputElement because it's a common
Read More...