4 references to SearchCommand
Microsoft.Maui.Controls (4)
SearchBar\SearchBar.cs (4)
13 /// <summary>Bindable property for <see cref="SearchCommand"/>.</summary> 15 nameof(SearchCommand), typeof(ICommand), typeof(SearchBar), null, 115 ICommand ICommandElement.Command => SearchCommand; 129 ICommand cmd = SearchCommand;