1 write to Pane1
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
290
Pane1
= _newPane1;
8 references to Pane1
Microsoft.Maui.Controls.Foldable (8)
DualScreenInfo.cs (4)
189
return new[] { guide.
Pane1
, new Rect(0, hinge.Height + guide.
Pane1
.Height, guide.Pane2.Width, guide.Pane2.Height) };
191
return new[] { guide.
Pane1
, new Rect(hinge.Width + guide.
Pane1
.Width, 0, guide.Pane2.Width, guide.Pane2.Height) };
TwoPaneView.cs (3)
284
if (_twoPaneViewLayoutGuide.
Pane1
== _layoutGuidePane1 &&
293
_layoutGuidePane1 = _twoPaneViewLayoutGuide.
Pane1
;
457
Rect pane1 = _twoPaneViewLayoutGuide.
Pane1
;
TwoPaneViewLayoutGuide.cs (1)
205
Rect _newPane1 =
Pane1
;