3 references to GetCoordinate
Microsoft.Maui.Controls (3)
ScrollView\ScrollView.cs (3)
56 double y = GetCoordinate(item, "Y", 0); 57 double x = GetCoordinate(item, "X", 0); 366 return visualParentElement != null ? GetCoordinate(visualParentElement, coordinateName, coordinate) : coordinate;