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