2 writes to _dirty
System.Web.Mobile (2)
UI\MobileControls\ObjectListItem.cs (2)
85_dirty = true; 194_dirty = true;
2 references to _dirty
System.Web.Mobile (2)
UI\MobileControls\ObjectListItem.cs (2)
151if (_dirty && _fields != null) 191return _dirty || base.Dirty;