Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
85 references to CollectionChanged
PresentationFramework (22)
src\Framework\System\Windows\Annotations\Annotation.cs (3)
921
_cargos.
CollectionChanged
+= OnCargosChanged;
924
_anchors.
CollectionChanged
+= OnAnchorsChanged;
926
_authors.
CollectionChanged
+= OnAuthorsChanged;
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
403
_locators.
CollectionChanged
+= OnLocatorsChanged;
420
_contents.
CollectionChanged
+= OnContentsChanged;
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
63
_locators.
CollectionChanged
+= OnCollectionChanged;
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
66
_parts.
CollectionChanged
+= OnCollectionChanged;
src\Framework\System\Windows\Controls\DataGrid.cs (3)
87
_columns.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnColumnsChanged);
90
_rowValidationRules.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnRowValidationRulesChanged);
97
Items.GroupDescriptions.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnItemsGroupDescriptionsChanged);
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (4)
29
_columns.
CollectionChanged
+= OnColumnsChanged;
72
_columns.
CollectionChanged
-= OnColumnsChanged;
92
_columns.
CollectionChanged
+= OnColumnsChanged;
155
_columns.
CollectionChanged
-= OnColumnsChanged;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
63
selectedItems.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnSelectedItemsCollectionChanged);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1250
_liveGroupingProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1508
_liveSortingProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1530
_liveFilteringProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1552
_liveGroupingProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
src\Framework\System\Windows\PropertyPath.cs (2)
489
_parameters.
CollectionChanged
-= new NotifyCollectionChangedEventHandler(ParameterCollectionChanged);
494
_parameters.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(ParameterCollectionChanged);
src\Framework\System\Windows\ResourceDictionary.cs (1)
125
_mergedDictionaries.
CollectionChanged
+= OnMergedDictionariesChanged;
System (4)
compmod\system\collections\objectmodel\observablecollection.cs (4)
282
if (
CollectionChanged
!= null)
286
CollectionChanged
(this, e);
321
if ((
CollectionChanged
!= null) && (
CollectionChanged
.GetInvocationList().Length > 1))
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (2)
58
this.TransitionsSharingTrigger.
CollectionChanged
+= OnTransitionsCollectionChanged;
76
this.TransitionsSharingTrigger.
CollectionChanged
-= OnTransitionsCollectionChanged;
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
125
source.
CollectionChanged
+= this.OnDataCollectionChanged;
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
91
this.dataSource.
CollectionChanged
+= this.OnDataCollectionChanged;
System.Activities.Presentation (26)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (4)
72
this.BasicCategoryEditors.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
73
this.AdvancedCategoryEditors.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
74
this.UnconsumedBasicProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
75
this.UnconsumedAdvancedProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
41
this.categoryEditors.
CollectionChanged
+= new System.Collections.Specialized.NotifyCollectionChangedEventHandler(categoryEditors_CollectionChanged);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (6)
227
category.CategoryEditors.
CollectionChanged
-= theThis.CategoryEditors_CollectionChanged;
231
category.BasicProperties.
CollectionChanged
-= theThis.BasicProperties_CollectionChanged;
232
category.AdvancedProperties.
CollectionChanged
-= theThis.AdvancedProperties_CollectionChanged;
241
category.CategoryEditors.
CollectionChanged
+= theThis.CategoryEditors_CollectionChanged;
251
category.BasicProperties.
CollectionChanged
+= theThis.BasicProperties_CollectionChanged;
252
category.AdvancedProperties.
CollectionChanged
+= theThis.AdvancedProperties_CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (3)
32
this.tools.
CollectionChanged
+= this.OnToolCollectionChanged;
82
this.tools.
CollectionChanged
+= listener;
86
this.tools.
CollectionChanged
-= listener;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
33
this.categories.
CollectionChanged
+= listener;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
79
this.argumentWrapperCollection.
CollectionChanged
+= OnArgumentWrapperCollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
114
this.MenuItems.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnMenuItemsChanged);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
37
InternalChildren.
CollectionChanged
+= new Collections.Specialized.NotifyCollectionChangedEventHandler(InternalChildren_CollectionChanged);
639
this.InternalChildren.
CollectionChanged
-= InternalChildren_CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
70
GenericTypeMapping.
CollectionChanged
+= new System.Collections.Specialized.NotifyCollectionChangedEventHandler(GenericTypeMappingCollectionChanged);
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (5)
251
this.MostRecentlyUsedTypes.
CollectionChanged
-= OnMostRecentlyUsedTypesChanged;
252
this.MostRecentlyUsedTypes.
CollectionChanged
+= OnMostRecentlyUsedTypesChanged;
258
this.MostRecentlyUsedTypes.
CollectionChanged
-= OnMostRecentlyUsedTypesChanged;
549
((ObservableCollection<Type>)args.NewValue).
CollectionChanged
+= ctrl.OnMostRecentlyUsedTypesChanged;
550
((ObservableCollection<Type>)args.OldValue).
CollectionChanged
-= ctrl.OnMostRecentlyUsedTypesChanged;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
76
this.variableWrapperCollection.
CollectionChanged
+= OnVariableWrapperCollectionChanged;
System.Data (26)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (4)
72
this.BasicCategoryEditors.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
73
this.AdvancedCategoryEditors.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
74
this.UnconsumedBasicProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
75
this.UnconsumedAdvancedProperties.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContentChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
41
this.categoryEditors.
CollectionChanged
+= new System.Collections.Specialized.NotifyCollectionChangedEventHandler(categoryEditors_CollectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (6)
227
category.CategoryEditors.
CollectionChanged
-= theThis.CategoryEditors_CollectionChanged;
231
category.BasicProperties.
CollectionChanged
-= theThis.BasicProperties_CollectionChanged;
232
category.AdvancedProperties.
CollectionChanged
-= theThis.AdvancedProperties_CollectionChanged;
241
category.CategoryEditors.
CollectionChanged
+= theThis.CategoryEditors_CollectionChanged;
251
category.BasicProperties.
CollectionChanged
+= theThis.BasicProperties_CollectionChanged;
252
category.AdvancedProperties.
CollectionChanged
+= theThis.AdvancedProperties_CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (3)
32
this.tools.
CollectionChanged
+= this.OnToolCollectionChanged;
82
this.tools.
CollectionChanged
+= listener;
86
this.tools.
CollectionChanged
-= listener;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
33
this.categories.
CollectionChanged
+= listener;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
79
this.argumentWrapperCollection.
CollectionChanged
+= OnArgumentWrapperCollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
114
this.MenuItems.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnMenuItemsChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
37
InternalChildren.
CollectionChanged
+= new Collections.Specialized.NotifyCollectionChangedEventHandler(InternalChildren_CollectionChanged);
639
this.InternalChildren.
CollectionChanged
-= InternalChildren_CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
70
GenericTypeMapping.
CollectionChanged
+= new System.Collections.Specialized.NotifyCollectionChangedEventHandler(GenericTypeMappingCollectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (5)
251
this.MostRecentlyUsedTypes.
CollectionChanged
-= OnMostRecentlyUsedTypesChanged;
252
this.MostRecentlyUsedTypes.
CollectionChanged
+= OnMostRecentlyUsedTypesChanged;
258
this.MostRecentlyUsedTypes.
CollectionChanged
-= OnMostRecentlyUsedTypesChanged;
549
((ObservableCollection<Type>)args.NewValue).
CollectionChanged
+= ctrl.OnMostRecentlyUsedTypesChanged;
550
((ObservableCollection<Type>)args.OldValue).
CollectionChanged
-= ctrl.OnMostRecentlyUsedTypesChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
76
this.variableWrapperCollection.
CollectionChanged
+= OnVariableWrapperCollectionChanged;
WindowsBase (3)
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (2)
88
_collection.
CollectionChanged
+= OnDefaultValueChanged;
115
_collection.
CollectionChanged
-= OnDefaultValueChanged;
Base\System\ComponentModel\GroupDescription.cs (1)
43
_explicitGroupNames.
CollectionChanged
+= new NotifyCollectionChangedEventHandler(OnGroupNamesChanged);