5 references to MinWindowWidth
Microsoft.Maui.Controls (5)
AdaptiveTrigger.cs (3)
36 /// <summary>Bindable property for <see cref="MinWindowWidth"/>.</summary> 38 BindableProperty.Create(nameof(MinWindowWidth), typeof(double), typeof(AdaptiveTrigger), -1d, 100 var mw = MinWindowWidth;
VisualStateManager.cs (2)
496 var minWindowWidthAdaptiveTriggers = adaptiveTriggers.Where(c => ((AdaptiveTrigger)c).MinWindowWidth != -1d).OrderByDescending(c => ((AdaptiveTrigger)c).MinWindowWidth);