2 references to s_empty
Microsoft.Maui.Controls (2)
Items\SelectionChangedEventArgs.cs (2)
19 PreviousSelection = previousSelection != null ? new List<object>(1) { previousSelection } : s_empty; 20 CurrentSelection = currentSelection != null ? new List<object>(1) { currentSelection } : s_empty;