Gets all controls at a specific point.
public static IEnumerable<Control> HitTestAllControls(this Visual root, Point point)
The root visual to perform hit testing from.
The point to test.