Gets the control at a specific point.
public static Control? HitTestControl(this Visual root, Point point)
The root visual to perform hit testing from.
The point to test.