1 write to DataSource
System.Web.Extensions (1)
UI\WebControls\Expressions\DataSourceExpression.cs (1)
100
DataSource
= dataSource;
8 references to DataSource
System.Web.DynamicData (4)
DynamicData\ControlFilterExpression.cs (2)
56
MetaTable table =
DataSource
.GetMetaTable();
70
Expression.SetContext(Owner, Context,
DataSource
);
DynamicData\DynamicRouteExpression.cs (2)
38
Debug.Assert(
DataSource
!= null);
39
var table =
DataSource
.GetMetaTable();
System.Web.Extensions (4)
UI\WebControls\Expressions\MethodExpression.cs (2)
54
() => GetType(
DataSource
),
81
IDynamicDataSource dataSource =
DataSource
as IDynamicDataSource;
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (2)
37
if (
DataSource
!= null) {
38
DataSource
.RaiseViewChanged();