1 write to Pane2
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
291 Pane2 = _newPane2;
9 references to Pane2
Microsoft.Maui.Controls.Foldable (9)
DualScreenInfo.cs (5)
184 if (guide.Pane2 == Rect.Zero) 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)
285 _twoPaneViewLayoutGuide.Pane2 == _layoutGuidePane2 && 294 _layoutGuidePane2 = _twoPaneViewLayoutGuide.Pane2; 458 Rect pane2 = _twoPaneViewLayoutGuide.Pane2;
TwoPaneViewLayoutGuide.cs (1)
206 Rect _newPane2 = Pane2;