1 instantiation of DataListItemCollection
System.Web (1)
UI\WebControls\DataList.cs (1)
357itemsCollection = new DataListItemCollection(itemsArray);
6 references to DataListItemCollection
System.Web (6)
UI\WebControls\DataList.cs (2)
84private DataListItemCollection itemsCollection; 348public virtual DataListItemCollection Items {
UI\WebControls\DataListItemCollection.cs (4)
24/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.DataListItemCollection'/> class.</para> 41/// <para>Gets a value that specifies whether items in the <see cref='System.Web.UI.WebControls.DataListItemCollection'/> can be modified.</para> 50/// <para>Gets a value that indicates whether the <see cref='System.Web.UI.WebControls.DataListItemCollection'/> is thread-safe.</para> 92/// <para>Creates an enumerator for the <see cref='System.Web.UI.WebControls.DataListItemCollection'/> used to iterate