3 references to TwoPaneViewLayoutGuide
Microsoft.Maui.Controls.Foldable (3)
DualScreenInfo.cs (1)
82
_twoPaneViewLayoutGuide = new
TwoPaneViewLayoutGuide
(element, FoldableService); // get if null
TwoPaneView.cs (1)
229
_twoPaneViewLayoutGuide = new
TwoPaneViewLayoutGuide
(this, dualScreenService);
TwoPaneViewLayoutGuide.cs (1)
47
public TwoPaneViewLayoutGuide(VisualElement layout) :
this
(layout, null)