1 write to IsLandscape
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
294
IsLandscape
= DualScreenService.IsLandscape;
3 references to IsLandscape
Microsoft.Maui.Controls.Foldable (3)
DualScreenInfo.cs (1)
200
bool GetIsLandscape() => _twoPaneViewLayoutGuide.
IsLandscape
;
TwoPaneView.cs (2)
288
_twoPaneViewLayoutGuide.
IsLandscape
== _layoutGuideIsLandscape)
297
_layoutGuideIsLandscape = _twoPaneViewLayoutGuide.
IsLandscape
;