2 writes to _fields
System.Web.Mobile (2)
UI\MobileControls\ObjectListItem.cs (2)
43_fields = new String[owner.AllFields.Count]; 179_fields = new String[fieldCount - 1];
15 references to _fields
System.Web.Mobile (15)
UI\MobileControls\ObjectListItem.cs (15)
76String s = _fields[index]; 82_fields[index] = value; 100if (_fields == null && other._fields == null) 104else if (_fields == null || other._fields == null) 109if (_fields.Length != other._fields.Length) 114for (int i = 0; i < _fields.Length; i++) 133if (_fields.Length > 0) 135return _fields[0].GetHashCode(); 151if (_dirty && _fields != null) 153int fieldCount = _fields.Length; 158itemState[i + 1] = _fields[i]; 182_fields[i - 1] = (String)itemState[i];