61 references to NotifyCollectionChangedEventHandler
PresentationCore (4)
Core\CSharp\System\Windows\FreezableCollection.cs (2)
581
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
599
private event
NotifyCollectionChangedEventHandler
CollectionChanged;
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
640
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
869
private
NotifyCollectionChangedEventHandler
_collectionChanged;
PresentationFramework (16)
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\GridViewColumnCollection.cs (2)
133
internal event
NotifyCollectionChangedEventHandler
InternalCollectionChanged
485
private event
NotifyCollectionChangedEventHandler
_internalCollectionChanged;
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
431
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
262
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
271
protected virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
src\Framework\System\Windows\Data\CollectionView.cs (2)
784
protected virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
789
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
src\Framework\System\Windows\Data\CompositeCollection.cs (3)
408
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
423
protected event
NotifyCollectionChangedEventHandler
CollectionChanged;
455
internal event
NotifyCollectionChangedEventHandler
ContainedCollectionChanged;
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 (16)
compmod\system\collections\objectmodel\observablecollection.cs (1)
164
public virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
compmod\system\collections\objectmodel\readonlyobservablecollection.cs (2)
65
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
80
protected virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
compmod\system\collections\specialized\inotifycollectionchanged.cs (1)
34
event
NotifyCollectionChangedEventHandler
CollectionChanged;
compmod\system\collections\specialized\marshalinghelpers.cs (12)
47
EventRegistrationToken add_CollectionChanged(
NotifyCollectionChangedEventHandler
value);
163
internal event
NotifyCollectionChangedEventHandler
CollectionChanged
172
Func<
NotifyCollectionChangedEventHandler
, EventRegistrationToken> addMethod =
173
new Func<
NotifyCollectionChangedEventHandler
, EventRegistrationToken>(_this.add_CollectionChanged);
177
WindowsRuntimeMarshal.AddEventHandler<
NotifyCollectionChangedEventHandler
>(addMethod, removeMethod, value);
190
WindowsRuntimeMarshal.RemoveEventHandler<
NotifyCollectionChangedEventHandler
>(removeMethod, value);
208
private static ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<
NotifyCollectionChangedEventHandler
>> m_weakTable =
209
new ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<
NotifyCollectionChangedEventHandler
>>();
213
internal EventRegistrationToken add_CollectionChanged(
NotifyCollectionChangedEventHandler
value)
216
EventRegistrationTokenTable<
NotifyCollectionChangedEventHandler
> table = m_weakTable.GetOrCreateValue(_this);
229
EventRegistrationTokenTable<
NotifyCollectionChangedEventHandler
> table = m_weakTable.GetOrCreateValue(_this);
231
NotifyCollectionChangedEventHandler
handler = table.ExtractHandler(token);
System.Activities (2)
System\Activities\Variable.cs (2)
457
NotifyCollectionChangedEventHandler
valueCollectionChanged;
571
NotifyCollectionChangedEventHandler
ValueCollectionChangedHandler
System.Activities.Presentation (10)
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.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
59
public override event
NotifyCollectionChangedEventHandler
CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
223
public override event
NotifyCollectionChangedEventHandler
CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
74
internal void HandleToolCollectionNotification(
NotifyCollectionChangedEventHandler
listener, bool register)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
28
internal ToolboxCategoryItems(
NotifyCollectionChangedEventHandler
listener)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
95
var
callback = new NotifyCollectionChangedEventHandler(this.OnCategoryCollectionChanged);
293
var
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)
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;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
59
public override event
NotifyCollectionChangedEventHandler
CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
223
public override event
NotifyCollectionChangedEventHandler
CollectionChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
74
internal void HandleToolCollectionNotification(
NotifyCollectionChangedEventHandler
listener, bool register)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
28
internal ToolboxCategoryItems(
NotifyCollectionChangedEventHandler
listener)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
95
var
callback = new NotifyCollectionChangedEventHandler(this.OnCategoryCollectionChanged);
293
var
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)
45
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
60
protected event
NotifyCollectionChangedEventHandler
CollectionChanged;