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));
497
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index));
756
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, leafIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
443
args = new
NotifyCollectionChangedEventArgs
(args.Action, item, index);
740
args = new
NotifyCollectionChangedEventArgs
(args.Action, args.NewItems[0], flatNewIndex);
752
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
(
642
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1931
forwardedArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index + delta);
1972
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
(
817
new
NotifyCollectionChangedEventArgs
(
873
new
NotifyCollectionChangedEventArgs
(
935
new
NotifyCollectionChangedEventArgs
(
970
new
NotifyCollectionChangedEventArgs
(
1131
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1242
new
NotifyCollectionChangedEventArgs
(
1285
new
NotifyCollectionChangedEventArgs
(
1922
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, newItem, adjustedNewIndex);
1960
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, args.OldItems[0], adjustedOldIndex);
3170
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove,
3210
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)