2 references to ParameterCollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\PropertyPath.cs (2)
489
_parameters.CollectionChanged -= new NotifyCollectionChangedEventHandler(
ParameterCollectionChanged
);
494
_parameters.CollectionChanged += new NotifyCollectionChangedEventHandler(
ParameterCollectionChanged
);