1 write to Page
Microsoft.Maui.Controls (1)
NavigationEventArgs.cs (1)
15 Page = page;
5 references to Page
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\NavigationRenderer.cs (5)
582 InsertPageBefore(e.Page, e.BeforePage); 587 e.Task = PopViewAsync(e.Page, e.Animated); 592 e.Task = PopToRootAsync(e.Page, e.Animated); 602 e.Task = PushPageAsync(e.Page, e.Animated); 607 RemovePage(e.Page);