6 references to SearchCommand
Microsoft.Maui.Controls (6)
SearchBar\SearchBar.cs (6)
16
/// <summary>Bindable property for <see cref="
SearchCommand
"/>.</summary>
18
nameof(
SearchCommand
), typeof(ICommand), typeof(SearchBar), null,
118
ICommand ICommandElement.Command =>
SearchCommand
;
132
ICommand cmd =
SearchCommand
;
160
var debugText = DebuggerDisplayHelpers.GetDebugText(nameof(
SearchCommand
),
SearchCommand
);