3 references to STR_HORIZONTALALIGN
System.Web (3)
UI\WebControls\PanelStyle.cs (3)
110
return (HorizontalAlign)(ViewState[
STR_HORIZONTALALIGN
]);
118
ViewState[
STR_HORIZONTALALIGN
] = value;
265
ViewState.Remove(
STR_HORIZONTALALIGN
);