1 write to _itemSourceProperty
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
66 _itemSourceProperty = itemSourceProperty;
3 references to _itemSourceProperty
Microsoft.Maui.Controls (3)
TemplatedItemsList.cs (3)
670 if (_itemSourceProperty != null && e.PropertyName == _itemSourceProperty.PropertyName) 700 return (IEnumerable)_itemsView.GetValue(_itemSourceProperty);