2 writes to _hasAppearing
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (2)
145
_hasAppearing
= true;
155
_hasAppearing
= false;
3 references to _hasAppearing
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (3)
142
if (
_hasAppearing
)
152
if (!
_hasAppearing
)
170
if (
_hasAppearing
)