8 references to NotifyCollectionChangedEventArgs
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
147
FirePropertiesChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, property));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
276
this.OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Replace, _values[i].PropertyValue));
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
789
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add,
950
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, new KeyValuePair<ModelItem, ModelItem>(key, value)));
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
147
FirePropertiesChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, property));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
276
this.OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Replace, _values[i].PropertyValue));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
789
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add,
950
new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, new KeyValuePair<ModelItem, ModelItem>(key, value)));