4 references to SetBitsKey
System.Web (4)
UI\WebControls\Style.cs (3)
687object o = ViewState[SetBitsKey]; 792ViewState.Remove(SetBitsKey); 810ViewState[SetBitsKey] = markedBits;
UI\WebControls\WebControl.cs (1)
718if (ControlStyleCreated || (ViewState[System.Web.UI.WebControls.Style.SetBitsKey] != null)) {