2 writes to _hasAppearing
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (2)
146
_hasAppearing
= true;
156
_hasAppearing
= false;
3 references to _hasAppearing
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (3)
143
if (
_hasAppearing
)
153
if (!
_hasAppearing
)
171
if (
_hasAppearing
)