9 references to TwoPaneViewWideModeConfiguration
Microsoft.Maui.Controls.Foldable (9)
TwoPaneView.cs (8)
56
= BindableProperty.Create("WideModeConfiguration", typeof(
TwoPaneViewWideModeConfiguration
), typeof(TwoPaneView), defaultValue:
TwoPaneViewWideModeConfiguration
.LeftRight, propertyChanged: TwoPaneViewLayoutPropertyChanged);
190
public
TwoPaneViewWideModeConfiguration
WideModeConfiguration
192
get { return (
TwoPaneViewWideModeConfiguration
)GetValue(WideModeConfigurationProperty); }
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;
TwoPaneViewPriority.cs (1)
6
/// <see cref="Microsoft.Maui.Controls.Foldable.
TwoPaneViewWideModeConfiguration
"/>