2 writes to _fieldsSetDirty
System.Web.Mobile (2)
UI\MobileControls\ObjectListFieldCollection.cs (2)
127
_fieldsSetDirty
= true;
137
_fieldsSetDirty
= true;
4 references to _fieldsSetDirty
System.Web.Mobile (4)
UI\MobileControls\ObjectListFieldCollection.cs (4)
106
if (!
_fieldsSetDirty
&& index > -1)
149
if(_marked && !
_fieldsSetDirty
)
256
bool haveState =
_fieldsSetDirty
;
267
return new Object[]{
_fieldsSetDirty
, fieldStates};