2 writes to SelectedItem
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
748 Element.SelectedItem = null;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
771 Element.SelectedItem = null;
4 references to SelectedItem
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
271 var selected = e.NewElement.SelectedItem;
ListView\ListView.cs (2)
50 /// <summary>Bindable property for <see cref="SelectedItem"/>.</summary> 51 public static readonly BindableProperty SelectedItemProperty = BindableProperty.Create(nameof(SelectedItem), typeof(object), typeof(ListView), null, BindingMode.OneWayToSource,
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
314 var selected = e.NewElement.SelectedItem;