1 instantiation of ResetNotifyCollectionChangedEventArgs
Microsoft.Maui.Controls (1)
Items\MarshalingObservableCollection.cs (1)
62 args = new ResetNotifyCollectionChangedEventArgs(items);
2 references to ResetNotifyCollectionChangedEventArgs
Microsoft.Maui.Controls (2)
Items\MarshalingObservableCollection.cs (2)
141 if (!(args is ResetNotifyCollectionChangedEventArgs resetArgs)) 143 throw new InvalidOperationException($"Cannot guarantee collection accuracy for Resets which do not use {nameof(ResetNotifyCollectionChangedEventArgs)}");