2 writes to _displayedPage
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
174 _displayedPage = null; 385 _displayedPage = page;
7 references to _displayedPage
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (7)
136 if (_displayedPage != null) 137 _displayedPage.PropertyChanged -= OnDisplayedPagePropertyChanged; 379 if (page == _displayedPage) 382 if (_displayedPage != null) 383 _displayedPage.PropertyChanged -= OnDisplayedPagePropertyChanged; 387 if (_displayedPage != null) 389 _displayedPage.PropertyChanged += OnDisplayedPagePropertyChanged;