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)
59
if (!
_stateDirty
&& IsTrackingViewState) {
81
if (!
_stateDirty
&& IsTrackingViewState) {
176
if (
_stateDirty
&& this.ScriptManager.IsInAsyncPostBack) {