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