2 writes to syncing
Microsoft.Maui.Controls (2)
Platform\ModalNavigationManager\ModalNavigationManager.cs (2)
128
syncing
= true;
185
syncing
= false;
3 references to syncing
Microsoft.Maui.Controls (3)
Platform\ModalNavigationManager\ModalNavigationManager.cs (3)
121
if (!IsModalReady ||
syncing
)
238
(isPlatformReady && !
syncing
) ? PopModalPlatformAsync(animated) : Task.CompletedTask;
288
if (isPlatformReady && !
syncing
)