2 references to ListProxyPropertyKey
Microsoft.Maui.Controls (2)
TemplatedItemsList.cs (2)
202 get { return (IListProxy)GetValue(ListProxyPropertyKey.BindableProperty); } 203 private set { SetValue(ListProxyPropertyKey, value); }