2 instantiations of ListItemCollection
System.Web (2)
UI\HtmlControls\HtmlSelect.cs (1)
257
items = new
ListItemCollection
();
UI\WebControls\ListControl.cs (1)
216
items = new
ListItemCollection
();
8 references to ListItemCollection
System.Web (7)
UI\HtmlControls\HtmlSelect.cs (3)
61
private
ListItemCollection
items;
254
public
ListItemCollection
Items {
828
ListItemCollection
liCollection = Items;
UI\WebControls\ListControl.cs (3)
37
private
ListItemCollection
items;
213
public virtual
ListItemCollection
Items {
774
ListItemCollection
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)
257
public static void FillListItemCollection(IMetaTable table,
ListItemCollection
listItemCollection) {