6 references to DataSourceSelectArguments
System.Web (4)
UI\DataSourceSelectArguments.cs (1)
46
return new
DataSourceSelectArguments
();
UI\WebControls\DetailsView.cs (1)
1792
DataSourceSelectArguments arguments = new
DataSourceSelectArguments
();
UI\WebControls\FormView.cs (1)
1544
DataSourceSelectArguments arguments = new
DataSourceSelectArguments
();
UI\WebControls\GridView.cs (1)
2386
DataSourceSelectArguments arguments = new
DataSourceSelectArguments
();
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
750
DataSourceSelectArguments args = new
DataSourceSelectArguments
();
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1569
DataSourceSelectArguments arguments = new
DataSourceSelectArguments
();