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)
106if (!_fieldsSetDirty && index > -1) 149if(_marked && !_fieldsSetDirty) 256bool haveState = _fieldsSetDirty; 267return new Object[]{_fieldsSetDirty, fieldStates};