6 references to ItemsSource
Microsoft.Maui.Controls.Maps (6)
Map.cs (6)
33 /// <summary>Bindable property for <see cref="ItemsSource"/>.</summary> 34 public static readonly BindableProperty ItemsSourceProperty = BindableProperty.Create(nameof(ItemsSource), typeof(IEnumerable), typeof(Map), default(IEnumerable), 143 /// Gets or sets the template that is to be applied to each object in <see cref="ItemsSource"/>. 153 /// Gets or sets the object that selects the template that is to be applied to each object in <see cref="ItemsSource"/>. 313 if (ItemsSource is null || (ItemTemplate is null && ItemTemplateSelector is null)) 318 foreach (object item in ItemsSource)