3 writes to _appeared
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
151
_appeared
= true;
176
_appeared
= false;
294
_appeared
= false;
3 references to _appeared
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
149
if (!
_appeared
)
173
if (!
_appeared
|| Element == null)
290
if (disposing &&
_appeared
)