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)
583
private void OnParametersChanged(
ParameterCollection
sender)
653
ParameterCollection
_constructorParameters;
654
ParameterCollection
_methodParameters;