2 writes to BackButtonFrameSize
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
1848
BackButtonFrameSize
= CGRect.Empty;
1850
BackButtonFrameSize
= view.Frame;
3 references to BackButtonFrameSize
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
1956
if (_bar != null && String.IsNullOrWhiteSpace(_bar.NavBarLabel?.Text) && _bar.
BackButtonFrameSize
!= RectangleF.Empty)
1958
var xSpace = _bar.
BackButtonFrameSize
.Width + (_bar.
BackButtonFrameSize
.X * 2);