1 write to _layout
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
53
_layout
= layout;
9 references to _layout
Microsoft.Maui.Controls.Foldable (9)
TwoPaneViewLayoutGuide.cs (9)
25
_dualScreenService =
_layout
?.Handler?.MauiContext?.Services?.GetService<IFoldableService>();
55
if (
_layout
!= null)
58
_layout
.HandlerChanged += OnLayoutHandlerChanged;
69
if (
_layout
.Handler != null)
151
if (
_layout
== null)
157
containerArea = new Rect(
_layout
.X,
_layout
.Y, width, height);
166
if (
_layout
== null)
172
var locationOnScreen = DualScreenService.GetLocationOnScreen(
_layout
);