2 instantiations of ListItemCollection
System.Web (2)
UI\HtmlControls\HtmlSelect.cs (1)
257items = new ListItemCollection();
UI\WebControls\ListControl.cs (1)
216items = new ListItemCollection();
8 references to ListItemCollection
System.Web (7)
UI\HtmlControls\HtmlSelect.cs (3)
61private ListItemCollection items; 254public ListItemCollection Items { 828ListItemCollection liCollection = Items;
UI\WebControls\ListControl.cs (3)
37private ListItemCollection items; 213public virtual ListItemCollection Items { 774ListItemCollection liCollection = Items;
UI\WebControls\ListItemCollection.cs (1)
30/// <see cref='System.Web.UI.WebControls.ListItemCollection'/> class.
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
257public static void FillListItemCollection(IMetaTable table, ListItemCollection listItemCollection) {