1 write to _notifyCollectionChangedEventArgs
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
29
_notifyCollectionChangedEventArgs
= new List<NotifyCollectionChangedEventArgs>();
4 references to _notifyCollectionChangedEventArgs
Microsoft.Maui.Controls (4)
Shell\ShellElementCollection.cs (4)
49
_notifyCollectionChangedEventArgs
.Add(args);
56
_notifyCollectionChangedEventArgs
.Add(args);
90
var pendingEvents =
_notifyCollectionChangedEventArgs
.OrderBy(x => x.NewItems != null ? 0 : 1).ToList();
91
_notifyCollectionChangedEventArgs
.Clear();