9 writes to Width
System.Web (8)
UI\WebControls\AdRotator.cs (1)
833
bannerImage.ControlStyle.
Width
= adArgs.Width;
UI\WebControls\Calendar.cs (4)
1454
weekSelectorStyle.
Width
= Unit.Percentage(12);
1689
nextPrevStyle.
Width
= Unit.Percentage(15);
1742
cellMainStyle.
Width
= Unit.Percentage(70);
1851
style.
Width
= defaultWidth;
UI\WebControls\Style.cs (2)
517
this.
Width
= s.Width;
755
this.
Width
= s.Width;
UI\WebControls\WebControl.cs (1)
578
ControlStyle.
Width
= value;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
596
field.HeaderStyle.
Width
= 150;
7 references to Width
System.Web (7)
UI\WebControls\Style.cs (5)
498
if (s.IsSet(PROP_WIDTH) && (s.
Width
!= Unit.Empty)) {
516
if (s.IsSet(PROP_WIDTH) && (s.
Width
!= Unit.Empty))
517
this.Width = s.
Width
;
754
if (s.IsSet(PROP_WIDTH) && (!this.IsSet(PROP_WIDTH) || (
Width
== Unit.Empty)))
755
this.Width = s.
Width
;
UI\WebControls\WebControl.cs (1)
575
return ControlStyle.
Width
;
UI\WebParts\WebPartMenu.cs (1)
206
popupSpansFullExtent = menuStyle.
Width
.IsEmpty;