3 writes to IsDirty
System.Web (3)
UI\StateBag.cs (3)
181item.IsDirty = true; 348item.IsDirty = dirty; 364item.IsDirty = dirty;
2 references to IsDirty
System.Web (2)
UI\StateBag.cs (2)
230return item.IsDirty; 324if (item.IsDirty) {