8 writes to Height
System.Web (8)
UI\WebControls\AdRotator.cs (1)
837bannerImage.ControlStyle.Height = adArgs.Height;
UI\WebControls\Style.cs (2)
515this.Height = s.Height; 753this.Height = s.Height;
UI\WebControls\WebControl.cs (1)
425ControlStyle.Height = value;
UI\WebControls\Wizard.cs (4)
2662_renderTable.ControlStyle.Height = Unit.Pixel(1); 2669_navigationTableCell.ControlStyle.Height = Unit.Pixel(1); 2683Owner._navigationStyle.Height = Unit.Pixel(1); 2702Owner._stepStyle.Height = Unit.Pixel(1);
12 references to Height
System.Web (12)
UI\WebControls\Calendar.cs (2)
862if (titleStyle.Height != Unit.Empty) { 863titleCell.Height = titleStyle.Height;
UI\WebControls\Style.cs (5)
494if (s.IsSet(PROP_HEIGHT) && (s.Height != Unit.Empty)) { 514if (s.IsSet(PROP_HEIGHT) && (s.Height != Unit.Empty)) 515this.Height = s.Height; 752if (s.IsSet(PROP_HEIGHT) && (!this.IsSet(PROP_HEIGHT) || (Height == Unit.Empty))) 753this.Height = s.Height;
UI\WebControls\WebControl.cs (1)
422return ControlStyle.Height;
UI\WebControls\Wizard.cs (3)
2661(!Owner.ControlStyleCreated || Owner.ControlStyle.Height == Unit.Empty)) { 2682if (!Owner.DesignMode && Owner.IsMacIE5 && Owner._navigationStyle.Height == Unit.Empty) { 2701if (!Owner.DesignMode && Owner.IsMacIE5 && Owner._stepStyle.Height == Unit.Empty) {
UI\WebParts\WebZone.cs (1)
573(!ControlStyleCreated || ControlStyle.Height == Unit.Empty)) {