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