3 writes to Task
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
587
e.
Task
= PopViewAsync(e.Page, e.Animated);
592
e.
Task
= PopToRootAsync(e.Page, e.Animated);
602
e.
Task
= PushPageAsync(e.Page, e.Animated);
11 references to Task
Microsoft.Maui.Controls (11)
NavigationPage\NavigationPage.Legacy.cs (6)
58
if (args.
Task
!= null && !fast)
59
removed = await args.
Task
;
172
if (args.
Task
!= null)
173
await args.
Task
;
199
if (args.
Task
!= null)
200
await args.
Task
;
Shell\ShellSection.cs (5)
788
if (args.
Task
!= null)
789
await args.
Task
;
826
if (args.
Task
!= null)
827
await args.
Task
;
868
return args.
Task
??