1 reference to OnItemCollectionChanged2
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
131
((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnItemCollectionChanged2
);