4 references to ItemsSourceProperty
Microsoft.Maui.Controls (3)
Handlers\Items\ItemsViewHandler.cs (1)
23
[Controls.ItemsView.
ItemsSourceProperty
.PropertyName] = MapItemsSource,
Items\ItemsView.cs (2)
47
get => (IEnumerable)GetValue(
ItemsSourceProperty
);
48
set => SetValue(
ItemsSourceProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewRenderer.cs (1)
48
if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.
ItemsSourceProperty
))