2 instantiations of ParameterCollection
PresentationFramework (2)
System\Windows\Data\ObjectDataProvider.cs (2)
70_constructorParameters = new ParameterCollection(new ParameterCollectionChanged(OnParametersChanged)); 71_methodParameters = new ParameterCollection(new ParameterCollectionChanged(OnParametersChanged));
4 references to ParameterCollection
PresentationFramework (4)
MS\Internal\Data\ParameterCollection.cs (1)
200internal delegate void ParameterCollectionChanged(ParameterCollection parameters);
System\Windows\Data\ObjectDataProvider.cs (3)
610private void OnParametersChanged(ParameterCollection sender) 680ParameterCollection _constructorParameters; 681ParameterCollection _methodParameters;