2 overrides of OnCollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
89
protected override void
OnCollectionChanged
(NotifyCollectionChangedEventArgs e)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
115
protected override void
OnCollectionChanged
(NotifyCollectionChangedEventArgs e)
17 references to OnCollectionChanged
PresentationFramework (7)
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\AnnotationResourceCollection.cs (1)
121
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Remove, item, 0));
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
249
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
242
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
145
base.
OnCollectionChanged
(e);
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
118
base.
OnCollectionChanged
(e);
System (4)
compmod\system\collections\objectmodel\observablecollection.cs (4)
349
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(action, item, index));
357
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(action, item, index, oldIndex));
365
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));
373
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (3)
47
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));
54
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));
61
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (3)
47
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));
54
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));
61
this.
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset, null, -1));