2 instantiations of ParameterCollection
PresentationFramework (2)
System\Windows\Data\ObjectDataProvider.cs (2)
65_constructorParameters = new ParameterCollection(new ParameterCollectionChanged(OnParametersChanged)); 66_methodParameters = new ParameterCollection(new ParameterCollectionChanged(OnParametersChanged));
4 references to ParameterCollection
PresentationFramework (4)
MS\Internal\Data\ParameterCollection.cs (1)
199internal delegate void ParameterCollectionChanged(ParameterCollection parameters);
System\Windows\Data\ObjectDataProvider.cs (3)
605private void OnParametersChanged(ParameterCollection sender) 675ParameterCollection _constructorParameters; 676ParameterCollection _methodParameters;