3 references to IsSearchEnabledProperty
Microsoft.Maui.Controls (3)
Shell\SearchHandler.cs (3)
513 get { return (bool)GetValue(IsSearchEnabledProperty); } 514 set { SetValue(IsSearchEnabledProperty, value); } 578 bool IsSearchEnabledCore { set => SetValue(IsSearchEnabledProperty, value); }