5 writes to VerticalAlign
System.Web (4)
UI\WebControls\TableCell.cs (1)
207((TableItemStyle)ControlStyle).VerticalAlign = value;
UI\WebControls\TableItemStyle.cs (2)
196this.VerticalAlign = ts.VerticalAlign; 241this.VerticalAlign = ts.VerticalAlign;
UI\WebControls\TableRow.cs (1)
130((TableItemStyle)ControlStyle).VerticalAlign = value;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
593field.ItemStyle.VerticalAlign = VerticalAlign.Top;
9 references to VerticalAlign
System.Web (9)
UI\WebControls\Calendar.cs (2)
865if (titleStyle.VerticalAlign != VerticalAlign.NotSet) { 866titleCell.VerticalAlign = titleStyle.VerticalAlign;
UI\WebControls\CreateUserWizard.cs (1)
3410_innerCells[i].VerticalAlign = tableItemStyle.VerticalAlign;
UI\WebControls\TableCell.cs (1)
204return ((TableItemStyle)ControlStyle).VerticalAlign;
UI\WebControls\TableItemStyle.cs (3)
162VerticalAlign vAlign = VerticalAlign; 196this.VerticalAlign = ts.VerticalAlign; 241this.VerticalAlign = ts.VerticalAlign;
UI\WebControls\TableRow.cs (1)
127return ((TableItemStyle)ControlStyle).VerticalAlign;
UI\WebParts\WebPartChrome.cs (1)
339VerticalAlign vAlign = titleStyle.VerticalAlign;