3 writes to _flyoutWidth
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\TabletFlyoutPageRenderer.cs (3)
281 _flyoutWidth = flyoutBounds.Width; 283 _flyoutWidth = (nfloat)Math.Max(_flyoutWidth, flyoutBounds.Width); 416 _flyoutWidth = 0;
2 references to _flyoutWidth
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TabletFlyoutPageRenderer.cs (2)
283 _flyoutWidth = (nfloat)Math.Max(_flyoutWidth, flyoutBounds.Width); 286 FlyoutPageController.FlyoutBounds = new Rect(0, 0, _flyoutWidth, flyoutBounds.Height);