AutomationPeer.GetClickablePoint Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a Point on the object that is associated with the automation peer that responds to a mouse click.
Assembly: System.Windows (in System.Windows.dll)
For example, if the element represents a Button, a clickable point is any point in the visible client area of the Button that issues the command that the button represents when it is clicked by the mouse.
This implementation does nothing more than calling GetClickablePointCore.