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)
199
internal delegate void ParameterCollectionChanged(
ParameterCollection
parameters);
System\Windows\Data\ObjectDataProvider.cs (3)
605
private void OnParametersChanged(
ParameterCollection
sender)
675
ParameterCollection
_constructorParameters;
676
ParameterCollection
_methodParameters;