5 overrides of Height
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
251public override Unit Height {
UI\WebParts\PageCatalogPart.cs (1)
236public override Unit Height {
UI\WebParts\WebPart.cs (1)
387public override Unit Height {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2449 public override Unit Height
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
596public override Unit Height {
24 writes to Height
System.Web (23)
UI\WebControls\Adapters\MenuAdapter.cs (5)
154skipLink.Height = Unit.Pixel(1); 184_menuPanel.Height = owner.Height; 386spacerImage.Height = Unit.Pixel(1); 554spacerImage.Height = space; 561spacerImage.Height = Unit.Pixel(1);
UI\WebControls\Calendar.cs (2)
863titleCell.Height = titleStyle.Height; 1266table.Height = Height;
UI\WebControls\CreateUserWizard.cs (2)
2093table.Height = Height; 2317table.Height = Unit.Percentage(100);
UI\WebControls\HyperLink.cs (1)
276img.Height = ImageHeight;
UI\WebControls\LoginUtil.cs (1)
376LayoutTable.Height = Height;
UI\WebControls\Wizard.cs (8)
2793Height = Unit.Percentage(100) 2857Height = Unit.Percentage(100) 2864Height = Unit.Percentage(100), 2873outerRightCell.Height = Unit.Pixel(1); 2893Height = Unit.Percentage(100) 3232_cell.Height = Unit.Percentage(100); 3260_cell.Height = Unit.Pixel(1); 3313Table.Height = Unit.Percentage(100);
UI\WebParts\DeclarativeCatalogPart.cs (1)
253set { base.Height = value; }
UI\WebParts\GenericWebPart.cs (1)
116c.Height = value;
UI\WebParts\PageCatalogPart.cs (1)
238set { base.Height = value; }
UI\WebParts\WebPart.cs (1)
392base.Height = value;
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
622htmlImage.Height = this.Height;
11 references to Height
System.Web (10)
UI\WebControls\Adapters\MenuAdapter.cs (1)
184_menuPanel.Height = owner.Height;
UI\WebControls\Calendar.cs (1)
1266table.Height = Height;
UI\WebControls\CreateUserWizard.cs (1)
2093table.Height = Height;
UI\WebControls\LoginUtil.cs (2)
376LayoutTable.Height = Height; 471if (control.Height != Unit.Empty) {
UI\WebControls\WebControl.cs (1)
650(BorderStyle != BorderStyle.NotSet || !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\DeclarativeCatalogPart.cs (1)
252get { return base.Height; }
UI\WebParts\GenericWebPart.cs (1)
107return c.Height;
UI\WebParts\PageCatalogPart.cs (1)
237get { return base.Height; }
UI\WebParts\WebPart.cs (1)
389return base.Height;
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
598return base.Height;