1 write to Owner
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.Legacy.cs (1)
262
Owner
= owner;
6 references to Owner
Microsoft.Maui.Controls (6)
NavigationPage\NavigationPage.Legacy.cs (6)
263
_castingList = new Lazy<ReadOnlyCastingList<Page, Element>>(() => new ReadOnlyCastingList<Page, Element>(
Owner
.InternalChildren));
275
Owner
.InsertPageBefore(page, before);
280
return
Owner
.PopAsync(animated);
285
return
Owner
.PopToRootAsync(animated);
290
return
Owner
.PushAsync(root, animated);
295
Owner
.RemovePage(page);