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