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