2 writes to ListProxy
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
648
self.
ListProxy
= null;
650
self.
ListProxy
= new ListProxy((IEnumerable)newValue, dispatcher: self.Dispatcher);
1 reference to ListProxy
Microsoft.Maui.Controls (1)
Shell\SearchHandler.cs (1)
277
IReadOnlyList<object> ISearchHandlerController.ListProxy =>
ListProxy
;