2 writes to _additionalSafeArea
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
597 _additionalSafeArea = new UIEdgeInsets(tabThickness, 0, 0, 0); 599 _additionalSafeArea = UIEdgeInsets.Zero;
2 references to _additionalSafeArea
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
260 if (!pageHandler.ViewController.AdditionalSafeAreaInsets.Equals(_additionalSafeArea)) 261 pageHandler.ViewController.AdditionalSafeAreaInsets = _additionalSafeArea;