3 instantiations of 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)
17 static Lazy<TwoPaneViewLayoutGuide> _twoPaneViewLayoutGuide = new Lazy<TwoPaneViewLayoutGuide>(() => new TwoPaneViewLayoutGuide());
8 references to TwoPaneViewLayoutGuide
Microsoft.Maui.Controls.Foldable (8)
DualScreenInfo.cs (4)
47 TwoPaneViewLayoutGuide _twoPaneViewLayoutGuide; 78 _twoPaneViewLayoutGuide = TwoPaneViewLayoutGuide.Instance; 178 var guide = _twoPaneViewLayoutGuide; 196 var guide = _twoPaneViewLayoutGuide;
TwoPaneView.cs (1)
36 TwoPaneViewLayoutGuide _twoPaneViewLayoutGuide;
TwoPaneViewLayoutGuide.cs (3)
16 public static TwoPaneViewLayoutGuide Instance => _twoPaneViewLayoutGuide.Value; 17 static Lazy<TwoPaneViewLayoutGuide> _twoPaneViewLayoutGuide = new Lazy<TwoPaneViewLayoutGuide>(() => new TwoPaneViewLayoutGuide());