4 references to STR_SCROLLBARS
System.Web (4)
UI\WebControls\PanelStyle.cs (4)
135return (ScrollBars)(ViewState[STR_SCROLLBARS]); 143ViewState[STR_SCROLLBARS] = value; 190ViewState.Remove(STR_SCROLLBARS); 267ViewState.Remove(STR_SCROLLBARS);