1 write to _lastInset
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
607
_lastInset
= new Thickness(left, top, right, bottom);
1 reference to _lastInset
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
608
((IShellSectionController)ShellSection).SendInsetChanged(
_lastInset
, _lastTabThickness);