4 references to CurrentPageProperty
Microsoft.Maui.Controls (3)
Menu\MenuItemTracker.cs (1)
170
if (propertyChangedEventArgs.PropertyName == NavigationPage.
CurrentPageProperty
.PropertyName ||
NavigationPage\NavigationPage.cs (1)
142
get { return (Page)GetValue(
CurrentPageProperty
); }
NavigationPage\NavigationPageToolbar.cs (1)
62
else if (_currentPage != sender && sender == _currentNavigationPage && e.Is(NavigationPage.
CurrentPageProperty
))
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
466
else if (e.PropertyName == NavigationPage.
CurrentPageProperty
.PropertyName)