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)
151
if (
_dirty
&& _fields != null)
191
return
_dirty
|| base.Dirty;