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