1 write to Cancelled
Microsoft.Maui.Controls (1)
Shell\ShellNavigatingEventArgs.cs (1)
47
Cancelled
= true;
5 references to Cancelled
Microsoft.Maui.Controls (5)
Shell\Shell.cs (2)
1544
return args.
Cancelled
;
1621
if (!args.
Cancelled
)
Shell\ShellNavigatingEventArgs.cs (2)
84
_deferredTaskCompletionSource.SetResult(!
Cancelled
);
106
Cancelled
|| DeferralCount > 0;
Shell\ShellNavigationManager.cs (1)
360
if (navArgs.
Cancelled
)