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