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