5 references to BottomTop
Microsoft.Maui.Controls.Foldable (5)
TwoPaneView.cs (5)
368 newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop; 383 newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop; 412 case ViewMode.BottomTop: 505 if (newMode == ViewMode.TopBottom || newMode == ViewMode.BottomTop) 574 case ViewMode.BottomTop: