7 overrides of BorderWidth
System.Web (5)
UI\WebControls\DropDownList.cs (1)
74public override Unit BorderWidth {
UI\WebControls\Listbox.cs (1)
74public override Unit BorderWidth {
UI\WebParts\DeclarativeCatalogPart.cs (1)
198public override Unit BorderWidth {
UI\WebParts\PageCatalogPart.cs (1)
183public override Unit BorderWidth {
UI\WebParts\WebPartZoneBase.cs (1)
161public override Unit BorderWidth {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2652public override Unit BorderWidth
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
191public override Unit BorderWidth {
10 writes to BorderWidth
System.Web (8)
UI\WebControls\Calendar.cs (2)
857titleCell.BorderWidth= titleStyle.BorderWidth; 1274table.BorderWidth = Unit.Pixel(1);
UI\WebControls\DropDownList.cs (1)
79base.BorderWidth = value;
UI\WebControls\Listbox.cs (1)
79base.BorderWidth = value;
UI\WebControls\LoginUtil.cs (1)
52control.BorderWidth = style.BorderWidth;
UI\WebParts\DeclarativeCatalogPart.cs (1)
200set { base.BorderWidth = value; }
UI\WebParts\PageCatalogPart.cs (1)
185set { base.BorderWidth = value; }
UI\WebParts\WebPartZoneBase.cs (1)
169base.BorderWidth = value;
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (1)
2655set { base.BorderWidth = value;}
WebForm\General\ChartHttpHandler.cs (1)
647result.BorderWidth = 0;
12 references to BorderWidth
System.Web (10)
UI\WebControls\Calendar.cs (1)
1273BorderWidth.Equals(Unit.Empty)) {
UI\WebControls\DropDownList.cs (1)
76return base.BorderWidth;
UI\WebControls\Image.cs (1)
259if (BorderWidth.IsEmpty && (RenderingCompatibility < VersionUtil.Framework40)) {
UI\WebControls\Listbox.cs (1)
76return base.BorderWidth;
UI\WebControls\LoginUtil.cs (1)
459if (control.BorderWidth != Unit.Empty) {
UI\WebControls\Table.cs (1)
245Unit borderWidth = BorderWidth;
UI\WebControls\WebControl.cs (1)
650(BorderStyle != BorderStyle.NotSet || !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\DeclarativeCatalogPart.cs (1)
199get { return base.BorderWidth; }
UI\WebParts\PageCatalogPart.cs (1)
184get { return base.BorderWidth; }
UI\WebParts\WebPartZoneBase.cs (1)
166return base.BorderWidth;
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2654get { return base.BorderWidth;}
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
193return base.BorderWidth;