Implemented interface member:
property
Page
Microsoft.Maui.Controls.Platform.Compatibility.IShellPageRendererTracker.Page
1 write to Page
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
901
Page
= null;
18 references to Page
Microsoft.Maui.Controls (18)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (18)
71
IMauiContext MauiContext =>
Page
?.FindMauiContext() ?? _context.Shell.FindMauiContext();
115
SetBackButtonBehavior(Shell.GetBackButtonBehavior(
Page
));
119
SearchHandler = Shell.GetSearchHandler(
Page
);
138
(
Page
.FindParentOfType<ShellItem>() as IShellItemController)?.ShowTabs ?? Shell.GetTabBarIsVisible(
Page
);
170
return st.CurrentPage ==
Page
;
177
if (
Page
== null)
180
SetBackButtonBehavior(Shell.GetBackButtonBehavior(
Page
));
181
SearchHandler = Shell.GetSearchHandler(
Page
);
278
if (updateWhenLoaded &&
Page
.IsLoaded || !updateWhenLoaded)
297
if (
Page
.ToolbarItems.Count > 0) // Display toolbar items defined on the current page
299
foreach (var item in System.Linq.Enumerable.OrderBy(
Page
.ToolbarItems, x => x.Priority))
829
if (_context.Shell.CurrentPage ==
Page
)
880
Page
.Loaded -= OnPageLoaded;
881
Page
.Appearing -= PageAppearing;
882
Page
.Disappearing -= PageDisappearing;
883
Page
.PropertyChanged -= OnPagePropertyChanged;
884
((INotifyCollectionChanged)
Page
.ToolbarItems).CollectionChanged -= OnToolbarItemsChanged;