3 writes to _appeared
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
146 _appeared = true; 169 _appeared = false; 301 _appeared = false;
3 references to _appeared
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
144 if (!_appeared) 166 if (!_appeared || Element == null) 297 if (disposing && _appeared)