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)
76
String s =
_fields
[index];
82
_fields
[index] = value;
100
if (
_fields
== null && other.
_fields
== null)
104
else if (
_fields
== null || other.
_fields
== null)
109
if (
_fields
.Length != other.
_fields
.Length)
114
for (int i = 0; i <
_fields
.Length; i++)
133
if (
_fields
.Length > 0)
135
return
_fields
[0].GetHashCode();
151
if (_dirty &&
_fields
!= null)
153
int fieldCount =
_fields
.Length;
158
itemState[i + 1] =
_fields
[i];
182
_fields
[i - 1] = (String)itemState[i];