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)
152ObjectListItemCollection items = Control.Items; 264ObjectListItemCollection items = Control.Items;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
136ObjectListItemCollection items = Control.Items;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
395ObjectListItemCollection items = Control.Items; 436ObjectListItemCollection items = Control.Items;
UI\MobileControls\ObjectList.cs (3)
53private ObjectListItemCollection _items; 155public virtual ObjectListItemCollection Items 633ObjectListItemCollection items = Items;