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