5 overrides of Width
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
293public override Unit Width {
UI\WebParts\PageCatalogPart.cs (1)
278public override Unit Width {
UI\WebParts\WebPart.cs (1)
661public override Unit Width {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2351 public override Unit Width
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
973public override Unit Width {
27 writes to Width
System.Web (25)
Handlers\TraceHandler.cs (6)
224table.Width = Unit.Percentage(100); 252table.Width = Unit.Percentage(100); 343table.Width = Unit.Percentage(100); 427table.Width = Unit.Percentage(100); 507table.Width = Unit.Percentage(100); 561table.Width = Unit.Percentage(100);
UI\WebControls\Adapters\MenuAdapter.cs (6)
155skipLink.Width = Unit.Pixel(1); 183_menuPanel.Width = owner.Width; 381spacerImage.Width = new Unit(indent, owner.StaticSubMenuIndent.Type); 384spacerImage.Width = new Unit(Unit.MaxValue, owner.StaticSubMenuIndent.Type);; 555spacerImage.Width = Unit.Pixel(1); 560spacerImage.Width = space;
UI\WebControls\Calendar.cs (2)
1265table.Width = Width; 1676titleTable.Width = Unit.Percentage(100);
UI\WebControls\CreateUserWizard.cs (2)
2094table.Width = Width; 2316table.Width = Unit.Percentage(100);
UI\WebControls\HyperLink.cs (1)
279img.Width = ImageWidth;
UI\WebControls\LoginUtil.cs (1)
377LayoutTable.Width = Width;
UI\WebControls\Wizard.cs (3)
2865Width = Unit.Percentage(100) 3233_cell.Width = Unit.Percentage(100); 3312Table.Width = Unit.Percentage(100);
UI\WebParts\DeclarativeCatalogPart.cs (1)
295set { base.Width = value; }
UI\WebParts\GenericWebPart.cs (1)
239c.Width = value;
UI\WebParts\PageCatalogPart.cs (1)
280set { base.Width = value; }
UI\WebParts\WebPart.cs (1)
666base.Width = value;
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (1)
621htmlImage.Width = this.Width;
WebForm\General\ChartHttpHandler.cs (1)
649result.Width = new Unit(100, UnitType.Percentage);
11 references to Width
System.Web (10)
UI\WebControls\Adapters\MenuAdapter.cs (1)
183_menuPanel.Width = owner.Width;
UI\WebControls\Calendar.cs (1)
1265table.Width = Width;
UI\WebControls\CreateUserWizard.cs (1)
2094table.Width = Width;
UI\WebControls\LoginUtil.cs (2)
377LayoutTable.Width = Width; 474if (control.Width != Unit.Empty) {
UI\WebControls\WebControl.cs (1)
650(BorderStyle != BorderStyle.NotSet || !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\DeclarativeCatalogPart.cs (1)
294get { return base.Width; }
UI\WebParts\GenericWebPart.cs (1)
230return c.Width;
UI\WebParts\PageCatalogPart.cs (1)
279get { return base.Width; }
UI\WebParts\WebPart.cs (1)
663return base.Width;
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
975return base.Width;