2 references to ShowsResultsProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
572 get { return (bool)GetValue(ShowsResultsProperty); } 573 set { SetValue(ShowsResultsProperty, value); }