1 instantiation of ObjectListItemCollection
System.Web.Mobile (1)
UI\MobileControls\ObjectList.cs (1)
161
_items = new
ObjectListItemCollection
(this);
8 references to ObjectListItemCollection
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
152
ObjectListItemCollection
items = Control.Items;
264
ObjectListItemCollection
items = Control.Items;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
136
ObjectListItemCollection
items = Control.Items;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
395
ObjectListItemCollection
items = Control.Items;
436
ObjectListItemCollection
items = Control.Items;
UI\MobileControls\ObjectList.cs (3)
53
private
ObjectListItemCollection
_items;
155
public virtual
ObjectListItemCollection
Items
633
ObjectListItemCollection
items = Items;