3 writes to _appeared
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
149 _appeared = true; 174 _appeared = false; 286 _appeared = false;
3 references to _appeared
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
147 if (!_appeared) 171 if (!_appeared || Element == null) 282 if (disposing && _appeared)