5 references to WideModeConfiguration
Microsoft.Maui.Controls.Foldable (5)
TwoPaneView.cs (5)
54 /// <summary>Bindable property for <see cref="WideModeConfiguration"/>.</summary> 358 if (WideModeConfiguration != TwoPaneViewWideModeConfiguration.SinglePane) 360 newMode = (WideModeConfiguration == TwoPaneViewWideModeConfiguration.LeftRight) ? ViewMode.LeftRight : ViewMode.RightLeft; 375 if (controlWidth > MinWideModeWidth && WideModeConfiguration != TwoPaneViewWideModeConfiguration.SinglePane) 378 newMode = (WideModeConfiguration == TwoPaneViewWideModeConfiguration.LeftRight) ? ViewMode.LeftRight : ViewMode.RightLeft;