2 writes to CurrentSelection
Microsoft.Maui.Controls (2)
Items\SelectionChangedEventArgs.cs (2)
20 CurrentSelection = currentSelection != null ? new List<object>(1) { currentSelection } : s_empty; 26 CurrentSelection = new List<object>(currentSelection ?? throw new ArgumentNullException(nameof(currentSelection)));