2 writes to _firstDataItem
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
734
_firstDataItem
= null;
881
_firstDataItem
= firstDataItem;
2 references to _firstDataItem
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
726
if(_storedDataValid &&
_firstDataItem
!= null)
729
ObjectListItem item = CreateItem(
_firstDataItem
);