6 references to Command
Microsoft.Maui.Controls (6)
Shell\BackButtonBehavior.cs (6)
15 /// <summary>Bindable property for <see cref="Command"/>.</summary> 17 BindableProperty.Create(nameof(Command), typeof(ICommand), typeof(BackButtonBehavior), null, BindingMode.OneTime, 94 IsEnabledCore = Command.CanExecute(CommandParameter); 107 IsEnabledCore = Command.CanExecute(CommandParameter); 117 if (Command != null) 118 IsEnabledCore = Command.CanExecute(CommandParameter);