10 writes to BorderWidth
System.Web (10)
UI\WebControls\Style.cs (2)
511this.BorderWidth = s.BorderWidth; 749this.BorderWidth = s.BorderWidth;
UI\WebControls\WebControl.cs (1)
197ControlStyle.BorderWidth = value;
UI\WebParts\CatalogPartChrome.cs (2)
58style.BorderWidth = Unit.Pixel(1); 77style.BorderWidth = Unit.Empty;
UI\WebParts\EditorPartChrome.cs (1)
66style.BorderWidth = Unit.Empty;
UI\WebParts\WebPartChrome.cs (2)
103style.BorderWidth = Unit.Empty; 118style.BorderWidth = Unit.Pixel(1);
UI\WebParts\WebPartZoneBase.cs (2)
855style.BorderWidth = 1; 1205s.BorderWidth = _borderWidth;
18 references to BorderWidth
System.Web (18)
UI\WebControls\Calendar.cs (2)
856if (titleStyle.BorderWidth != Unit.Empty) { 857titleCell.BorderWidth= titleStyle.BorderWidth;
UI\WebControls\LoginUtil.cs (1)
52control.BorderWidth = style.BorderWidth;
UI\WebControls\MenuItemStyle.cs (1)
184Unit bu = this.BorderWidth;
UI\WebControls\Style.cs (6)
486if (s.IsSet(PROP_BORDERWIDTH) && (s.BorderWidth != Unit.Empty)) { 510if (s.IsSet(PROP_BORDERWIDTH) && (s.BorderWidth != Unit.Empty)) 511this.BorderWidth = s.BorderWidth; 553Unit bu = this.BorderWidth; 748if (s.IsSet(PROP_BORDERWIDTH) && (!this.IsSet(PROP_BORDERWIDTH) || (BorderWidth == Unit.Empty))) 749this.BorderWidth = s.BorderWidth;
UI\WebControls\SubMenuStyle.cs (1)
140Unit bu = this.BorderWidth;
UI\WebControls\TreeNodeStyle.cs (1)
238Unit bu = this.BorderWidth;
UI\WebControls\WebControl.cs (1)
194return ControlStyle.BorderWidth;
UI\WebParts\CatalogPartChrome.cs (2)
57if (style.BorderWidth == Unit.Empty) { 76if (style.BorderWidth != Unit.Empty) {
UI\WebParts\EditorPartChrome.cs (1)
65if (style.BorderWidth != Unit.Empty) {
UI\WebParts\WebPartChrome.cs (2)
102if (style.BorderWidth != Unit.Empty) { 117if (style.BorderWidth == Unit.Empty) {