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