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