1 write to _dataSource
System.Web (1)
UI\ListSourceHelper.cs (1)
36
_dataSource
= dataSource;
3 references to _dataSource
System.Web (3)
UI\ListSourceHelper.cs (3)
37
((IList)this).Add(new ListSourceRow(
_dataSource
));
46
if (
_dataSource
!= null) {
47
ICollection viewNames =
_dataSource
.GetViewNames();