2 writes to PreviousSelection
Microsoft.Maui.Controls (2)
Items\SelectionChangedEventArgs.cs (2)
19
PreviousSelection
= previousSelection != null ? new List<object>(1) { previousSelection } : s_empty;
25
PreviousSelection
= new List<object>(previousSelection ?? throw new ArgumentNullException(nameof(previousSelection)));