2 references to MinWindowWidthProperty
Microsoft.Maui.Controls (2)
AdaptiveTrigger.cs (2)
32
get => (double)GetValue(
MinWindowWidthProperty
);
33
set => SetValue(
MinWindowWidthProperty
, value);