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