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