1 write to _currentPage
Microsoft.Maui.Controls (1)
ShellToolbar.cs (1)
63 _currentPage = currentPage;
7 references to _currentPage
Microsoft.Maui.Controls (7)
ShellToolbar.cs (7)
23 public Page? CurrentPage => _currentPage; 58 if (_currentPage != currentPage) 60 if (_currentPage != null) 61 _currentPage.PropertyChanged -= OnCurrentPagePropertyChanged; 65 if (_currentPage != null) 66 _currentPage.PropertyChanged += OnCurrentPagePropertyChanged; 130 var bbb = Shell.GetBackButtonBehavior(_currentPage);