1 implementation of ListProxy
Microsoft.Maui.Controls (1)
Shell\SearchHandler.cs (1)
277 IReadOnlyList<object> ISearchHandlerController.ListProxy => ListProxy;
5 references to ListProxy
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (5)
97 var listProxy = (INotifyCollectionChanged)SearchController.ListProxy; 110 var proxy = SearchController.ListProxy; 142 var item = SearchController.ListProxy[indexPath.Row]; 153 if (SearchController.ListProxy == null) 155 return SearchController.ListProxy.Count;