2 references to MinWideModeWidthProperty
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
148 get { return (double)GetValue(MinWideModeWidthProperty); } 149 set { SetValue(MinWideModeWidthProperty, value); }