6 references to CollectionChanged
WindowsBase (6)
Base\System\ComponentModel\SortDescriptionCollection.cs (6)
49
CollectionChanged
+= value;
53
CollectionChanged
-= value;
123
if (
CollectionChanged
!= null)
125
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, item, index));
131
if (
CollectionChanged
!= null)
133
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action));