3 references to MaximumHeightProperty
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
152
get => (double)GetValue(
MaximumHeightProperty
);
153
set => SetValue(
MaximumHeightProperty
, value);
184
double IWindow.MaximumHeight => GetSizeCoordinate(
MaximumHeightProperty
);