1 instantiation of ListSourceRow
System.Web (1)
UI\ListSourceHelper.cs (1)
37
((IList)this).Add(new
ListSourceRow
(_dataSource));
4 references to ListSourceRow
System.Web (4)
UI\ListSourceHelper.cs (4)
86
return typeof(
ListSourceRow
);
107
if (source is
ListSourceRow
) {
108
ListSourceRow
row = (
ListSourceRow
)source;