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)
908
Page
= null;
19 references to Page
Microsoft.Maui.Controls (19)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (19)
71
IMauiContext MauiContext =>
Page
?.FindMauiContext() ?? _context.Shell.FindMauiContext();
115
SetBackButtonBehavior(Shell.GetBackButtonBehavior(
Page
));
119
SearchHandler = Shell.GetSearchHandler(
Page
);
137
if (ViewController is null ||
Page
is null)
142
var tabBarVisible = (
Page
.FindParentOfType<ShellItem>() as IShellItemController)?.ShowTabs ?? Shell.GetTabBarIsVisible(
Page
);
177
return st.CurrentPage ==
Page
;
184
if (
Page
== null)
187
SetBackButtonBehavior(Shell.GetBackButtonBehavior(
Page
));
188
SearchHandler = Shell.GetSearchHandler(
Page
);
285
if (updateWhenLoaded &&
Page
.IsLoaded || !updateWhenLoaded)
304
if (
Page
.ToolbarItems.Count > 0) // Display toolbar items defined on the current page
306
foreach (var item in System.Linq.Enumerable.OrderBy(
Page
.ToolbarItems, x => x.Priority))
836
if (_context.Shell.CurrentPage ==
Page
)
887
Page
.Loaded -= OnPageLoaded;
888
Page
.Appearing -= PageAppearing;
889
Page
.Disappearing -= PageDisappearing;
890
Page
.PropertyChanged -= OnPagePropertyChanged;
891
((INotifyCollectionChanged)
Page
.ToolbarItems).CollectionChanged -= OnToolbarItemsChanged;