Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
1 override of CollectionChanged
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
59
public override event NotifyCollectionChangedEventHandler
CollectionChanged
;
15 references to CollectionChanged
System.Data (15)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
56
collection.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnUnderlyingCollectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
63
ItemsCollectionModelItemCollection.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(itemsCollection_CollectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
519
oldItem.Properties[Members].Collection.
CollectionChanged
-= designer.OnArgumentCollectionChanged;
523
newItem.Properties[Members].Collection.
CollectionChanged
+= designer.OnArgumentCollectionChanged;
776
this.ReflectedObject.Properties["Attributes"].Collection.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnAttributesChanged);
790
this.ReflectedObject.Properties["Attributes"].Collection.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnAttributesChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
100
this.importsModelItem.
CollectionChanged
-= this.OnImportsModelItemCollectionChanged;
450
this.importsModelItem.
CollectionChanged
+= this.OnImportsModelItemCollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
246
p.Properties["Variables"].Collection.
CollectionChanged
-= OnVariableCollectionChanged;
266
p.Properties["Variables"].Collection.
CollectionChanged
+= OnVariableCollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (5)
212
oldItemsCollection.
CollectionChanged
-= this.OnCollectionChanged;
217
newItemsCollection.
CollectionChanged
+= this.OnCollectionChanged;
345
this.Items.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
346
this.Items.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
370
this.Items.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnCollectionChanged);