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)
745
args = new
NotifyCollectionChangedEventArgs
(action, newValue, newIndex);
748
args = new
NotifyCollectionChangedEventArgs
(action, oldValue, oldIndex);
PresentationFramework (37)
MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
110
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, 0));
MS\Internal\Controls\InnerItemCollectionView.cs (3)
216
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, indexV));
288
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index));
686
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, index));
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
145
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, globalIndex));
164
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, globalIndex));
493
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index));
752
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, leafIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
439
args = new
NotifyCollectionChangedEventArgs
(args.Action, item, index);
735
args = new
NotifyCollectionChangedEventArgs
(args.Action, args.NewItems[0], flatNewIndex);
747
args = new
NotifyCollectionChangedEventArgs
(args.Action, args.OldItems[0], flatOldIndex);
System\Windows\Controls\GridViewColumnCollectionChangedEventArgs.cs (1)
42
:
base
(action, changedItem, index)
System\Windows\Controls\MultipleCopiesCollection.cs (1)
423
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(action, item, index));
System\Windows\Data\BindingListCollectionView.cs (7)
451
args = new
NotifyCollectionChangedEventArgs
(
458
args = new
NotifyCollectionChangedEventArgs
(
471
args = new
NotifyCollectionChangedEventArgs
(
495
args = new
NotifyCollectionChangedEventArgs
(
635
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1915
forwardedArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, item, index + delta);
1956
forwardedArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, item, index + delta);
System\Windows\Data\CompositeCollection.cs (1)
512
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action, item, index));
System\Windows\Data\ListCollectionView.cs (15)
564
args = new
NotifyCollectionChangedEventArgs
(
571
args = new
NotifyCollectionChangedEventArgs
(
584
args = new
NotifyCollectionChangedEventArgs
(
608
args = new
NotifyCollectionChangedEventArgs
(
810
new
NotifyCollectionChangedEventArgs
(
866
new
NotifyCollectionChangedEventArgs
(
928
new
NotifyCollectionChangedEventArgs
(
963
new
NotifyCollectionChangedEventArgs
(
1121
ProcessCollectionChanged(new
NotifyCollectionChangedEventArgs
(
1226
new
NotifyCollectionChangedEventArgs
(
1269
new
NotifyCollectionChangedEventArgs
(
1903
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, newItem, adjustedNewIndex);
1941
args = new
NotifyCollectionChangedEventArgs
(effectiveAction, args.OldItems[0], adjustedOldIndex);
3151
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove,
3191
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add,
System\Windows\Documents\DocumentReferenceCollection.cs (1)
162
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)