1 implementation of ISearchHandlerController
Microsoft.Maui.Controls (1)
Shell\SearchHandler.cs (1)
14 public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
10 references to ISearchHandlerController
Microsoft.Maui.Controls (10)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
337 ((ISearchHandlerController)_searchHandler).QueryConfirmed();
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (3)
758 ((ISearchHandlerController)SearchHandler).ClearPlaceholderClicked(); 782 ((ISearchHandlerController)SearchHandler).ItemSelected(e); 787 ((ISearchHandlerController)SearchHandler).QueryConfirmed();
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
86 private ISearchHandlerController SearchController => SearchHandler;
Shell\SearchHandler.cs (5)
269 event EventHandler<ListProxyChangedEventArgs> ISearchHandlerController.ListProxyChanged 277 IReadOnlyList<object> ISearchHandlerController.ListProxy => ListProxy; 292 void ISearchHandlerController.ClearPlaceholderClicked() 297 void ISearchHandlerController.ItemSelected(object obj) 303 void ISearchHandlerController.QueryConfirmed()