1 reference to OnModePropertyChanged
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
67
= BindableProperty.CreateReadOnly("Mode", typeof(TwoPaneViewMode), typeof(TwoPaneView), defaultValue: TwoPaneViewMode.SinglePane, propertyChanged:
OnModePropertyChanged
);