2 references to SearchCommandProperty
Microsoft.Maui.Controls (2)
SearchBar\SearchBar.cs (2)
96 get { return (ICommand)GetValue(SearchCommandProperty); } 97 set { SetValue(SearchCommandProperty, value); }