11 references to SinglePane
Microsoft.Maui.Controls.Foldable (11)
SpanModeStateTrigger.cs (2)
92 case TwoPaneViewMode.SinglePane: 93 SetActive(spanMode == TwoPaneViewMode.SinglePane);
TwoPaneView.cs (5)
67 = BindableProperty.CreateReadOnly("Mode", typeof(TwoPaneViewMode), typeof(TwoPaneView), defaultValue: TwoPaneViewMode.SinglePane, propertyChanged: OnModePropertyChanged); 353 if (_twoPaneViewLayoutGuide.Mode != TwoPaneViewMode.SinglePane) 395 TwoPaneViewMode newViewMode = TwoPaneViewMode.SinglePane; 459 bool isLayoutSpanned = _twoPaneViewLayoutGuide.Mode != TwoPaneViewMode.SinglePane; 463 if (_twoPaneViewLayoutGuide.Mode != TwoPaneViewMode.SinglePane && newMode != ViewMode.Pane1Only && newMode != ViewMode.Pane2Only)
TwoPaneViewLayoutGuide.cs (2)
100 return TwoPaneViewMode.SinglePane; 357 return TwoPaneViewMode.SinglePane;
WindowSpanModeStateTrigger.cs (2)
67 case TwoPaneViewMode.SinglePane: 68 SetActive(spanMode == TwoPaneViewMode.SinglePane);