10 writes to BorderStyle
System.Web (10)
UI\WebControls\Style.cs (2)
513
this.
BorderStyle
= s.BorderStyle;
751
this.
BorderStyle
= s.BorderStyle;
UI\WebControls\WebControl.cs (1)
218
ControlStyle.
BorderStyle
= value;
UI\WebParts\CatalogPartChrome.cs (2)
55
style.
BorderStyle
= BorderStyle.Solid;
74
style.
BorderStyle
= BorderStyle.NotSet;
UI\WebParts\EditorPartChrome.cs (1)
63
style.
BorderStyle
= BorderStyle.None;
UI\WebParts\WebPartChrome.cs (2)
100
style.
BorderStyle
= BorderStyle.NotSet;
115
style.
BorderStyle
= BorderStyle.Solid;
UI\WebParts\WebPartZoneBase.cs (2)
854
style.
BorderStyle
= BorderStyle.Solid;
1204
s.
BorderStyle
= _borderStyle;
15 references to BorderStyle
System.Web (15)
UI\WebControls\Calendar.cs (2)
859
if (titleStyle.
BorderStyle
!= BorderStyle.NotSet) {
860
titleCell.BorderStyle = titleStyle.
BorderStyle
;
UI\WebControls\LoginUtil.cs (1)
50
control.BorderStyle = style.
BorderStyle
;
UI\WebControls\MenuItemStyle.cs (1)
183
BorderStyle bs = this.
BorderStyle
;
UI\WebControls\Style.cs (3)
513
this.BorderStyle = s.
BorderStyle
;
552
BorderStyle bs = this.
BorderStyle
;
751
this.BorderStyle = s.
BorderStyle
;
UI\WebControls\SubMenuStyle.cs (1)
139
BorderStyle bs = this.
BorderStyle
;
UI\WebControls\TreeNodeStyle.cs (1)
237
BorderStyle bs = this.
BorderStyle
;
UI\WebControls\WebControl.cs (1)
215
return ControlStyle.
BorderStyle
;
UI\WebParts\CatalogPartChrome.cs (2)
54
if (style.
BorderStyle
== BorderStyle.NotSet) {
73
if (style.
BorderStyle
!= BorderStyle.NotSet) {
UI\WebParts\EditorPartChrome.cs (1)
62
if (style.
BorderStyle
!= BorderStyle.None) {
UI\WebParts\WebPartChrome.cs (2)
99
if (style.
BorderStyle
!= BorderStyle.NotSet) {
114
if (style.
BorderStyle
== BorderStyle.NotSet) {