3 references to Maximum
Microsoft.Maui (1)
Layouts\LayoutManager.cs (1)
19 public static double ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = Minimum, double max = Maximum)
Microsoft.Maui.Controls (2)
Window\Window.cs (2)
49 nameof(MaximumWidth), typeof(double), typeof(Window), Primitives.Dimension.Maximum); 53 nameof(MaximumHeight), typeof(double), typeof(Window), Primitives.Dimension.Maximum);