2 references to MinWindowHeightProperty
Microsoft.Maui.Controls (2)
AdaptiveTrigger.cs (2)
20 get => (double)GetValue(MinWindowHeightProperty); 21 set => SetValue(MinWindowHeightProperty, value);