4 references to IsSearchEnabledProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
616
else if (e.PropertyName == SearchHandler.
IsSearchEnabledProperty
.PropertyName)
Shell\SearchHandler.cs (3)
513
get { return (bool)GetValue(
IsSearchEnabledProperty
); }
514
set { SetValue(
IsSearchEnabledProperty
, value); }
578
bool IsSearchEnabledCore { set => SetValue(
IsSearchEnabledProperty
, value); }