1 implementation of ISearchHandlerController
Microsoft.Maui.Controls (1)
Shell\SearchHandler.cs (1)
14 public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
5 references to ISearchHandlerController
Microsoft.Maui.Controls (5)
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()