2 writes to _runtimeItem
System.Web.Mobile (2)
UI\MobileControls\Design\ListItemsPage.cs (2)
343this._runtimeItem = new MobileListItem(); 355this._runtimeItem = runtimeItem;
3 references to _runtimeItem
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (3)
356this._value = _runtimeItem.Value; 357this._selected = _runtimeItem.Selected; 364return _runtimeItem;