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