1 implementation of OnInsetChanged
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
518 void IShellContentInsetObserver.OnInsetChanged(Thickness inset, double tabThickness)
2 references to OnInsetChanged
Microsoft.Maui.Controls (2)
Shell\ShellSection.cs (2)
76 observer.OnInsetChanged(_lastInset, _lastTabThickness); 106 observer.OnInsetChanged(inset, tabThickness);