3 references to MaximumWidthProperty
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
146
get => (double)GetValue(
MaximumWidthProperty
);
147
set => SetValue(
MaximumWidthProperty
, value);
182
double IWindow.MaximumWidth => GetSizeCoordinate(
MaximumWidthProperty
);