7 instantiations of 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);
6 references to ListProxy
Microsoft.Maui.Controls (6)
ListProxy.cs (2)
370
readonly
ListProxy
_proxy;
375
public ProxyEnumerator(
ListProxy
proxy)
Shell\SearchHandler.cs (3)
279
ListProxy
ListProxy
286
var
oldProxy = _listProxy;
417
private
ListProxy
_listProxy;
TemplatedItemsList.cs (1)
31
internal static readonly BindablePropertyKey ListProxyPropertyKey = BindableProperty.CreateReadOnly(nameof(ListProxy), typeof(
ListProxy
), typeof(TemplatedItemsList<TView, TItem>), null,