2 references to ParameterCollectionChanged
PresentationFramework (2)
System\Windows\PropertyPath.cs (2)
483
_parameters?.CollectionChanged -= new NotifyCollectionChangedEventHandler(
ParameterCollectionChanged
);
485
_parameters?.CollectionChanged += new NotifyCollectionChangedEventHandler(
ParameterCollectionChanged
);