1 write to _fields
System.Web.Mobile (1)
UI\MobileControls\ObjectList.cs (1)
139
_fields
= new ObjectListFieldCollection(this);
12 references to _fields
System.Web.Mobile (12)
UI\MobileControls\ObjectList.cs (12)
137
if (
_fields
== null)
142
((IStateManager)
_fields
).TrackViewState();
145
return
_fields
;
370
if (
_fields
== null)
376
_allFields =
_fields
;
381
if (
_fields
== null)
387
int count =
_fields
.Count + _autoGeneratedFields.Count;
391
foreach (ObjectListField field in
_fields
)
1226
if (
_fields
!= null)
1228
((IStateManager)
_fields
).TrackViewState();
1300
fieldsState = (
_fields
!= null) ? ((IStateManager)
_fields
).SaveViewState() : null;