3 writes to _stateDirty
System.Web.Extensions (3)
UI\Timer.cs (3)
61_stateDirty = (null == o) ? true : (value != (bool)o); 83_stateDirty = (null == o) ? true : (value != (int)o); 177_stateDirty = false;
3 references to _stateDirty
System.Web.Extensions (3)
UI\Timer.cs (3)
59if (!_stateDirty && IsTrackingViewState) { 81if (!_stateDirty && IsTrackingViewState) { 176if (_stateDirty && this.ScriptManager.IsInAsyncPostBack) {