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)
86return typeof(ListSourceRow); 107if (source is ListSourceRow) { 108ListSourceRow row = (ListSourceRow)source;