7 references to ListProxy
Microsoft.Maui.Controls (7)
Shell\SearchHandler.cs (1)
650
self.ListProxy = new
ListProxy
((IEnumerable)newValue, dispatcher: self.Dispatcher);
TemplatedItemsList.cs (6)
71
ListProxy = new
ListProxy
(source, dispatcher: _itemsView.Dispatcher);
73
ListProxy = new
ListProxy
(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher);
91
ListProxy = new
ListProxy
(itemSource, windowSize, _itemsView.Dispatcher);
95
ListProxy = new
ListProxy
(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher);
957
ListProxy = new
ListProxy
(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher);
959
ListProxy = new
ListProxy
(itemSource, dispatcher: _itemsView.Dispatcher);