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)
200
internal delegate void ParameterCollectionChanged(
ParameterCollection
parameters);
System\Windows\Data\ObjectDataProvider.cs (3)
610
private void OnParametersChanged(
ParameterCollection
sender)
680
ParameterCollection
_constructorParameters;
681
ParameterCollection
_methodParameters;