2 writes to _twoPaneViewLayoutGuide
Microsoft.Maui.Controls.Foldable (2)
DualScreenInfo.cs (2)
78 _twoPaneViewLayoutGuide = TwoPaneViewLayoutGuide.Instance; 82 _twoPaneViewLayoutGuide = new TwoPaneViewLayoutGuide(element, FoldableService); // get if null
7 references to _twoPaneViewLayoutGuide
Microsoft.Maui.Controls.Foldable (7)
DualScreenInfo.cs (7)
83 _twoPaneViewLayoutGuide.PropertyChanged += OnTwoPaneViewLayoutGuideChanged; 90 _twoPaneViewLayoutGuide.SetFoldableService(foldableService); 178 var guide = _twoPaneViewLayoutGuide; 196 var guide = _twoPaneViewLayoutGuide; 200 bool GetIsLandscape() => _twoPaneViewLayoutGuide.IsLandscape; 202 TwoPaneViewMode GetSpanMode() => _twoPaneViewLayoutGuide.Mode; 207 dualScreenInfo._twoPaneViewLayoutGuide.PropertyChanged += dualScreenInfo.OnTwoPaneViewLayoutGuideChanged;