3 references to IsSearchEnabled
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
651
searchController.SearchBar.UserInteractionEnabled = SearchHandler.
IsSearchEnabled
;
Shell\SearchHandler.cs (2)
370
/// <summary>Bindable property for <see cref="
IsSearchEnabled
"/>.</summary>
372
BindableProperty.Create(nameof(
IsSearchEnabled
), typeof(bool), typeof(SearchHandler), true, BindingMode.OneWay);