3 writes to _items
System.Web.Mobile (3)
UI\MobileControls\ObjectList.cs (3)
161
_items
= new ObjectListItemCollection(this);
350
_items
= null;
950
_items
= null;
9 references to _items
System.Web.Mobile (9)
UI\MobileControls\ObjectList.cs (9)
159
if (
_items
== null)
164
((IStateManager)
_items
).TrackViewState();
167
return
_items
;
966
if (
_items
!= null && Items.Count > 0)
1184
(
_items
== null ||
1234
if (
_items
!= null)
1236
((IStateManager)
_items
).TrackViewState();
1303
itemsState = (
_items
!= null) ? ((IStateManager)
_items
).SaveViewState() : null;