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