1 implementation of SendInsetChanged
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
102 void IShellSectionController.SendInsetChanged(Thickness inset, double tabThickness)
1 reference to SendInsetChanged
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
608 ((IShellSectionController)ShellSection).SendInsetChanged(_lastInset, _lastTabThickness);