36 references to NotifyCollectionChangedEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
792args = new NotifyCollectionChangedEventArgs(action);
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
685args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
PresentationFramework (24)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
171OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 199OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
249OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
564OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (4)
377OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 505args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset); 552args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset); 630args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
242OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
519OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
31CollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
232newArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
src\Framework\System\Windows\Controls\GridViewColumnCollectionChangedEventArgs.cs (2)
27: base(NotifyCollectionChangedAction.Reset) // NotifyCollectionChangedEventArgs doesn't have 0 parameter constructor, so pass in an arbitrary parameter. 39: base(action)
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
471OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1739OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1986OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
446OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1413OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
386OnContainedCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CollectionView.cs (1)
885OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
520CollectionChanged(this, new NotifyCollectionChangedEventArgs(action));
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
169OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
197CollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System (1)
compmod\system\collections\objectmodel\observablecollection.cs (1)
373OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
275FirePropertiesChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
288this.OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
112this.CollectionChanged(this, e ?? new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
217new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
275FirePropertiesChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
288this.OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
112this.CollectionChanged(this, e ?? new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
217new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
133CollectionChanged(this, new NotifyCollectionChangedEventArgs(action));