1 implementation of UpdateCurrentState
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
928 void IShellController.UpdateCurrentState(ShellNavigationSource source)
8 references to UpdateCurrentState
Microsoft.Maui.Controls (8)
Shell\Shell.cs (1)
1664 shell.ShellController.UpdateCurrentState(ShellNavigationSource.ShellItemChanged);
Shell\ShellItem.cs (1)
300 shell.UpdateCurrentState(ShellNavigationSource.ShellSectionChanged);
Shell\ShellNavigationManager.cs (1)
204 (_shell as IShellController).UpdateCurrentState(source);
Shell\ShellSection.cs (5)
128 (Parent?.Parent as IShellController)?.UpdateCurrentState(ShellNavigationSource.Pop); 148 (Parent?.Parent as IShellController)?.UpdateCurrentState(ShellNavigationSource.PopToRoot); 1009 shell.UpdateCurrentState(ShellNavigationSource.ShellContentChanged); 1194 (_owner.Shell as IShellController).UpdateCurrentState(ShellNavigationSource.Remove); 1223 (_owner.Shell as IShellController).UpdateCurrentState(ShellNavigationSource.Insert);