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