2 references to SearchCommandParameterProperty
Microsoft.Maui.Controls (2)
SearchBar\SearchBar.cs (2)
106 get { return GetValue(SearchCommandParameterProperty); } 107 set { SetValue(SearchCommandParameterProperty, value); }