61 references to NotifyCollectionChangedEventHandler
PresentationCore (4)
Core\CSharp\System\Windows\FreezableCollection.cs (2)
581event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 599private event NotifyCollectionChangedEventHandler CollectionChanged;
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
640event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 869private NotifyCollectionChangedEventHandler _collectionChanged;
PresentationFramework (16)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
42public event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (2)
52public event NotifyCollectionChangedEventHandler CollectionChanged; 185public event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
202public event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (2)
133internal event NotifyCollectionChangedEventHandler InternalCollectionChanged 485private event NotifyCollectionChangedEventHandler _internalCollectionChanged;
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
431public event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
262event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 271protected virtual event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\System\Windows\Data\CollectionView.cs (2)
784protected virtual event NotifyCollectionChangedEventHandler CollectionChanged; 789event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged
src\Framework\System\Windows\Data\CompositeCollection.cs (3)
408event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 423protected event NotifyCollectionChangedEventHandler CollectionChanged; 455internal event NotifyCollectionChangedEventHandler ContainedCollectionChanged;
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (1)
133public event NotifyCollectionChangedEventHandler CollectionChanged;
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
201public event NotifyCollectionChangedEventHandler CollectionChanged;
System (16)
compmod\system\collections\objectmodel\observablecollection.cs (1)
164public virtual event NotifyCollectionChangedEventHandler CollectionChanged;
compmod\system\collections\objectmodel\readonlyobservablecollection.cs (2)
65event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 80protected virtual event NotifyCollectionChangedEventHandler CollectionChanged;
compmod\system\collections\specialized\inotifycollectionchanged.cs (1)
34event NotifyCollectionChangedEventHandler CollectionChanged;
compmod\system\collections\specialized\marshalinghelpers.cs (12)
47EventRegistrationToken add_CollectionChanged(NotifyCollectionChangedEventHandler value); 163internal event NotifyCollectionChangedEventHandler CollectionChanged 172Func<NotifyCollectionChangedEventHandler, EventRegistrationToken> addMethod = 173new Func<NotifyCollectionChangedEventHandler, EventRegistrationToken>(_this.add_CollectionChanged); 177WindowsRuntimeMarshal.AddEventHandler<NotifyCollectionChangedEventHandler>(addMethod, removeMethod, value); 190WindowsRuntimeMarshal.RemoveEventHandler<NotifyCollectionChangedEventHandler>(removeMethod, value); 208private static ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCollectionChangedEventHandler>> m_weakTable = 209new ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCollectionChangedEventHandler>>(); 213internal EventRegistrationToken add_CollectionChanged(NotifyCollectionChangedEventHandler value) 216EventRegistrationTokenTable<NotifyCollectionChangedEventHandler> table = m_weakTable.GetOrCreateValue(_this); 229EventRegistrationTokenTable<NotifyCollectionChangedEventHandler> table = m_weakTable.GetOrCreateValue(_this); 231NotifyCollectionChangedEventHandler handler = table.ExtractHandler(token);
System.Activities (2)
System\Activities\Variable.cs (2)
457NotifyCollectionChangedEventHandler valueCollectionChanged; 571NotifyCollectionChangedEventHandler ValueCollectionChangedHandler
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
38public event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
20public event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
88public abstract event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
119public abstract event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
59public override event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
223public override event NotifyCollectionChangedEventHandler CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
74internal void HandleToolCollectionNotification(NotifyCollectionChangedEventHandler listener, bool register)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
28internal ToolboxCategoryItems(NotifyCollectionChangedEventHandler listener)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
95var callback = new NotifyCollectionChangedEventHandler(this.OnCategoryCollectionChanged); 293var listener = new NotifyCollectionChangedEventHandler(OnToolsCollectionChange);
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
38public event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueCollection.cs (1)
20public event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
88public abstract event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
119public abstract event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
59public override event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
223public override event NotifyCollectionChangedEventHandler CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
74internal void HandleToolCollectionNotification(NotifyCollectionChangedEventHandler listener, bool register)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
28internal ToolboxCategoryItems(NotifyCollectionChangedEventHandler listener)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
95var callback = new NotifyCollectionChangedEventHandler(this.OnCategoryCollectionChanged); 293var listener = new NotifyCollectionChangedEventHandler(OnToolsCollectionChange);
WindowsBase (3)
Base\System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
Base\System\ComponentModel\SortDescriptionCollection.cs (2)
45event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 60protected event NotifyCollectionChangedEventHandler CollectionChanged;