9 references to Wide
Microsoft.Maui.Controls.Foldable (9)
SpanModeStateTrigger.cs (2)
98 case TwoPaneViewMode.Wide: 99 SetActive(spanMode == TwoPaneViewMode.Wide);
TwoPaneView.cs (4)
355 if (_twoPaneViewLayoutGuide.Mode == TwoPaneViewMode.Wide) 404 newViewMode = TwoPaneViewMode.Wide; 407 newViewMode = TwoPaneViewMode.Wide; 468 if (_twoPaneViewLayoutGuide.Mode == TwoPaneViewMode.Wide)
TwoPaneViewLayoutGuide.cs (1)
372 return TwoPaneViewMode.Wide;
WindowSpanModeStateTrigger.cs (2)
73 case TwoPaneViewMode.Wide: 74 SetActive(spanMode == TwoPaneViewMode.Wide);