2 writes to _shellSection
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PageRenderer.cs (2)
84 _shellSection = shellSection; 225 _shellSection = null;
3 references to _shellSection
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PageRenderer.cs (3)
85 ((IShellSectionController)_shellSection).AddContentInsetObserver(this); 222 if (_shellSection != null) 224 ((IShellSectionController)_shellSection).RemoveContentInsetObserver(this);