2 writes to BackButtonFrameSize
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
1557
BackButtonFrameSize
= CGRect.Empty;
1559
BackButtonFrameSize
= view.Frame;
3 references to BackButtonFrameSize
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
1639
if (_bar != null && String.IsNullOrWhiteSpace(_bar.NavBarLabel?.Text) && _bar.
BackButtonFrameSize
!= RectangleF.Empty)
1641
var xSpace = _bar.
BackButtonFrameSize
.Width + (_bar.
BackButtonFrameSize
.X * 2);