45 references to NotifyCollectionChangedEventArgs
Microsoft.Maui.Controls (4)
Internals\NotifyCollectionChangedEventArgsEx.cs (1)
55
public NotifyCollectionChangedEventArgsEx(int count, NotifyCollectionChangedAction action, object changedItem, int index) :
base
(action, changedItem, index)
ObservableWrapper.cs (1)
212
var args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, removedItem, outerRemovedIndex);
TemplatedItemsList.cs (2)
1172
OnProxyCollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, e.NewItems[i], e.NewStartingIndex + i));
1181
OnProxyCollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, e.OldItems[i], e.OldStartingIndex + i));
PresentationCore (2)
System\Windows\FreezableCollection.cs (2)
746
args = new
NotifyCollectionChangedEventArgs
(action, newValue, newIndex);
749
args = new
NotifyCollectionChangedEventArgs
(action, oldValue, oldIndex);
PresentationFramework (37)
MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
111
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, 0));
MS\Internal\Controls\InnerItemCollectionView.cs (3)
217
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, indexV));
289
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index));
687
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, index));
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
146
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, globalIndex));
165
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, globalIndex));
494
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index));
753
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, leafIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
440
args = new
NotifyCollectionChangedEventArgs
(args.Action, item, index);
736
args = new
NotifyCollectionChangedEventArgs
(args.Action, args.NewItems[0], flatNewIndex);
748
args = new
NotifyCollectionChangedEventArgs
(args.Action, args.OldItems[0], flatOldIndex);
System\Windows\Controls\GridViewColumnCollectionChangedEventArgs.cs (1)
43
:
base
(action, changedItem, index)
System\Windows\Controls\MultipleCopiesCollection.cs (1)
424
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(action, item, index));
System\Windows\Data\BindingListCollectionView.cs (7)
452
args = new
NotifyCollectionChangedEventArgs
(
459
args = new
NotifyCollectionChangedEventArgs
(
472
args = new
NotifyCollectionChangedEventArgs
(
496
args = new
NotifyCollectionChangedEventArgs
(
636
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1916
forwardedArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index + delta);
1957
forwardedArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, index + delta);
System\Windows\Data\CompositeCollection.cs (1)
513
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action, item, index));
System\Windows\Data\ListCollectionView.cs (15)
565
args = new
NotifyCollectionChangedEventArgs
(
572
args = new
NotifyCollectionChangedEventArgs
(
585
args = new
NotifyCollectionChangedEventArgs
(
609
args = new
NotifyCollectionChangedEventArgs
(
811
new
NotifyCollectionChangedEventArgs
(
867
new
NotifyCollectionChangedEventArgs
(
929
new
NotifyCollectionChangedEventArgs
(
964
new
NotifyCollectionChangedEventArgs
(
1122
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1227
new
NotifyCollectionChangedEventArgs
(
1270
new
NotifyCollectionChangedEventArgs
(
1904
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, newItem, adjustedNewIndex);
1942
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, args.OldItems[0], adjustedOldIndex);
3152
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove,
3192
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add,
System\Windows\Documents\DocumentReferenceCollection.cs (1)
163
args = new
NotifyCollectionChangedEventArgs
(action, item, index);
System.ObjectModel (2)
System\Collections\ObjectModel\ObservableCollection.cs (1)
252
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(action, item, index));
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
42
this
(action, changedItem, -1)