2 instantiations of WebControlParameterProxy
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (1)
719WebControlParameterProxy wcParam = new WebControlParameterProxy(parameter, paramColl, this);
System\Data\WebControls\EntityDataSourceView.cs (1)
860WebControlParameterProxy wcParameter = new WebControlParameterProxy(propertyName, referenceParameters, _owner);
4 references to WebControlParameterProxy
System.Web.Entity (4)
System\Data\WebControls\EntityDataSource.cs (1)
719WebControlParameterProxy wcParam = new WebControlParameterProxy(parameter, paramColl, this);
System\Data\WebControls\EntityDataSourceView.cs (3)
838private object ConvertProperty(object origPropertyValue, PropertyDescriptor propertyDescriptor, WebControlParameterProxy referenceParameter) 860WebControlParameterProxy wcParameter = new WebControlParameterProxy(propertyName, referenceParameters, _owner); 1684private static object Parameter_GetValue(object value, WebControlParameterProxy parameter, bool ignoreNullableTypeChanges)