7 references to Command
Microsoft.Maui.Controls (7)
Shell\SearchHandler.cs (7)
359
/// <summary>Bindable property for <see cref="
Command
"/>.</summary>
361
BindableProperty.Create(nameof(
Command
), typeof(ICommand), typeof(SearchHandler), null, BindingMode.OneTime,
600
var command =
Command
;
661
IsSearchEnabledCore =
Command
.CanExecute(CommandParameter);
703
IsSearchEnabledCore =
Command
.CanExecute(CommandParameter);
713
if (
Command
!= null)
714
IsSearchEnabledCore =
Command
.CanExecute(CommandParameter);