5 references to CommandParameter
Microsoft.Maui.Controls (5)
Shell\BackButtonBehavior.cs (5)
10 /// <summary>Bindable property for <see cref="CommandParameter"/>.</summary> 12 BindableProperty.Create(nameof(CommandParameter), typeof(object), typeof(BackButtonBehavior), null, BindingMode.OneTime, 94 IsEnabledCore = Command.CanExecute(CommandParameter); 107 IsEnabledCore = Command.CanExecute(CommandParameter); 118 IsEnabledCore = Command.CanExecute(CommandParameter);