5 references to ShellItemChanged
Microsoft.Maui.Controls (5)
Shell\Shell.cs (3)
1576 case ShellNavigationSource.ShellItemChanged: 1662 shell.ShellController.UpdateCurrentState(ShellNavigationSource.ShellItemChanged); 1679 shell._navigationManager.ProposeNavigationOutsideGotoAsync(ShellNavigationSource.ShellItemChanged, shellItem, shellSection, shellContent, stack, false, true);
Shell\ShellNavigationManager.cs (2)
413 return ShellNavigationSource.ShellItemChanged; 428 return ShellNavigationSource.ShellItemChanged;