36 references to NotifyCollectionChangedEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
792
args = new
NotifyCollectionChangedEventArgs
(action);
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
685
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
PresentationFramework (24)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
171
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
199
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
249
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
564
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (4)
377
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
505
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
552
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
630
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
242
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
519
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
31
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
232
newArgs = 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)
471
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1739
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1986
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
446
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1413
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
386
OnContainedCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CollectionView.cs (1)
885
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
520
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action));
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
169
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
197
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System (1)
compmod\system\collections\objectmodel\observablecollection.cs (1)
373
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
275
FirePropertiesChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
288
this.OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
112
this.CollectionChanged(this, e ?? new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
217
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
275
FirePropertiesChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
288
this.OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
112
this.CollectionChanged(this, e ?? new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
217
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
133
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action));