2 writes to _spanningBounds
Microsoft.Maui.Controls.Foldable (2)
DualScreenInfo.cs (2)
72 _spanningBounds = Array.Empty<Rect>(); 130 SetProperty(ref _spanningBounds, value);
3 references to _spanningBounds
Microsoft.Maui.Controls.Foldable (3)
DualScreenInfo.cs (3)
123 if (_spanningBounds == null && value == null) 126 if (_spanningBounds == null || 128 !Enumerable.SequenceEqual(_spanningBounds, value))