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