23 implementations of CollectionChanged
PresentationCore (2)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
581
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
640
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
PresentationFramework (10)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
42
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (2)
52
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
185
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
202
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
431
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
262
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
src\Framework\System\Windows\Data\CollectionView.cs (1)
789
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
408
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (1)
133
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
201
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
System (2)
compmod\system\collections\objectmodel\observablecollection.cs (1)
164
public virtual event NotifyCollectionChangedEventHandler
CollectionChanged
;
compmod\system\collections\objectmodel\readonlyobservablecollection.cs (1)
65
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
38
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
20
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
88
public abstract event NotifyCollectionChangedEventHandler
CollectionChanged
;
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
119
public abstract event NotifyCollectionChangedEventHandler
CollectionChanged
;
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
38
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
20
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
88
public abstract event NotifyCollectionChangedEventHandler
CollectionChanged
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
119
public abstract event NotifyCollectionChangedEventHandler
CollectionChanged
;
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
45
event NotifyCollectionChangedEventHandler INotifyCollectionChanged.
CollectionChanged
50 references to CollectionChanged
PresentationFramework (34)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (2)
746
((INotifyCollectionChanged)_sort).
CollectionChanged
-= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
754
((INotifyCollectionChanged)_sort).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
44
view.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(_OnViewChanged);
371
_view.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(_OnViewChanged);
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
370
/// this will simply raise a Reset event to <seealso cref="INotifyCollectionChanged.
CollectionChanged
"/> listeners.
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
64
incc.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(_OnViewChanged);
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
166
ichildnotify.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(PropogateCollectionChanged);
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
48
((INotifyCollectionChanged)_owner.Columns).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnColumnCollectionChanged);
121
((INotifyCollectionChanged)_owner.Columns).
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnColumnCollectionChanged);
src\Framework\System\Windows\Controls\DataGrid.cs (2)
94
((INotifyCollectionChanged)Items).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnItemsCollectionChanged);
96
((INotifyCollectionChanged)Items.SortDescriptions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnItemsSortDescriptionsChanged);
src\Framework\System\Windows\Controls\ItemCollection.cs (5)
622
((INotifyCollectionChanged)MySortDescriptions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
708
((INotifyCollectionChanged)MyGroupDescriptions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged);
1395
((INotifyCollectionChanged)MyLiveSortingProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(LiveSortingChanged);
1428
((INotifyCollectionChanged)MyLiveFilteringProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(LiveFilteringChanged);
1465
((INotifyCollectionChanged)MyLiveGroupingProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(LiveGroupingChanged);
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
123
((INotifyCollectionChanged)_items).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnItemCollectionChanged1);
132
((INotifyCollectionChanged)_items).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnItemCollectionChanged2);
144
((INotifyCollectionChanged)_groupStyle).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupStyleChanged);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
68
((INotifyCollectionChanged)_bindingExpressions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnBindingsChanged);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
61
((INotifyCollectionChanged)_group).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupChanged);
62
((INotifyCollectionChanged)_group.GroupDescriptions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupByChanged);
256
((INotifyCollectionChanged)_sort).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
src\Framework\System\Windows\Data\CollectionView.cs (2)
116
incc.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
693
incc.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
src\Framework\System\Windows\Data\CollectionViewSource.cs (5)
43
((INotifyCollectionChanged)_sort).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
46
((INotifyCollectionChanged)_groupBy).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
357
((INotifyCollectionChanged)_liveSortingProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
478
((INotifyCollectionChanged)_liveFilteringProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
599
((INotifyCollectionChanged)_liveGroupingProperties).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
src\Framework\System\Windows\Data\ListCollectionView.cs (4)
83
((INotifyCollectionChanged)_group).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupChanged);
84
((INotifyCollectionChanged)_group.GroupDescriptions).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupByChanged);
2931
((INotifyCollectionChanged)_sort).
CollectionChanged
-= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
2939
((INotifyCollectionChanged)_sort).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
System (3)
compmod\system\collections\objectmodel\readonlyobservablecollection.cs (1)
46
((INotifyCollectionChanged)Items).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(HandleCollectionChanged);
compmod\system\collections\specialized\marshalinghelpers.cs (2)
219
_this.
CollectionChanged
+= value;
234
_this.
CollectionChanged
-= handler;
System.Activities (2)
System\Activities\Variable.cs (2)
480
notifyCollectionChanged.
CollectionChanged
+= ValueCollectionChangedHandler;
494
notifyCollectionChanged.
CollectionChanged
-= ValueCollectionChangedHandler;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
100
collection.
CollectionChanged
+= new Collections.Specialized.NotifyCollectionChangedEventHandler(collection_CollectionChanged);
122
collection.
CollectionChanged
-= new Collections.Specialized.NotifyCollectionChangedEventHandler(collection_CollectionChanged);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
100
collection.
CollectionChanged
+= new Collections.Specialized.NotifyCollectionChangedEventHandler(collection_CollectionChanged);
122
collection.
CollectionChanged
-= new Collections.Specialized.NotifyCollectionChangedEventHandler(collection_CollectionChanged);
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
504
notify.
CollectionChanged
-= this.observer.OnCollectionChanged;
505
notify.
CollectionChanged
+= this.observer.OnCollectionChanged;
550
notifyCollectionChanged.
CollectionChanged
-= this.observer.OnCollectionChanged;
WindowsBase (4)
Base\System\Collections\Specialized\CollectionChangedEventManager.cs (2)
112
typedSource.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
121
typedSource.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(OnCollectionChanged);
Base\System\ComponentModel\GroupDescription.cs (2)
212
((INotifyCollectionChanged)_sort).
CollectionChanged
-= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
222
((INotifyCollectionChanged)_sort).
CollectionChanged
+= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);