48 references to BorderStyle
System.Web (46)
UI\WebControls\Calendar.cs (1)
859
if (titleStyle.BorderStyle !=
BorderStyle
.NotSet) {
UI\WebControls\DropDownList.cs (1)
58
public override
BorderStyle
BorderStyle {
UI\WebControls\Listbox.cs (1)
58
public override
BorderStyle
BorderStyle {
UI\WebControls\LoginUtil.cs (1)
462
if (control.BorderStyle !=
BorderStyle
.NotSet) {
UI\WebControls\MenuItemStyle.cs (3)
183
BorderStyle
bs = this.BorderStyle;
187
if (bs ==
BorderStyle
.NotSet) {
197
if (bs !=
BorderStyle
.NotSet) {
UI\WebControls\Style.cs (9)
178
DefaultValue(
BorderStyle
.NotSet),
182
public
BorderStyle
BorderStyle {
185
return(
BorderStyle
)(ViewState["BorderStyle"]);
187
return
BorderStyle
.NotSet;
190
if (value <
BorderStyle
.NotSet || value >
BorderStyle
.Outset) {
552
BorderStyle
bs = this.BorderStyle;
556
if (bs ==
BorderStyle
.NotSet) {
566
if (bs !=
BorderStyle
.NotSet) {
UI\WebControls\SubMenuStyle.cs (3)
139
BorderStyle
bs = this.BorderStyle;
143
if (bs ==
BorderStyle
.NotSet) {
153
if (bs !=
BorderStyle
.NotSet) {
UI\WebControls\TreeNodeStyle.cs (3)
237
BorderStyle
bs = this.BorderStyle;
241
if (bs ==
BorderStyle
.NotSet) {
251
if (bs !=
BorderStyle
.NotSet) {
UI\WebControls\WebControl.cs (4)
207
DefaultValue(
BorderStyle
.NotSet),
210
public virtual
BorderStyle
BorderStyle {
213
return
BorderStyle
.NotSet;
650
(BorderStyle !=
BorderStyle
.NotSet || !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\CatalogPartChrome.cs (5)
54
if (style.BorderStyle ==
BorderStyle
.NotSet) {
55
style.BorderStyle =
BorderStyle
.Solid;
73
if (style.BorderStyle !=
BorderStyle
.NotSet) {
74
style.BorderStyle =
BorderStyle
.NotSet;
199
img.BorderStyle =
BorderStyle
.None;
UI\WebParts\DeclarativeCatalogPart.cs (1)
192
public override
BorderStyle
BorderStyle {
UI\WebParts\EditorPartChrome.cs (2)
62
if (style.BorderStyle !=
BorderStyle
.None) {
63
style.BorderStyle =
BorderStyle
.None;
UI\WebParts\PageCatalogPart.cs (1)
177
public override
BorderStyle
BorderStyle {
UI\WebParts\WebPartChrome.cs (4)
99
if (style.BorderStyle !=
BorderStyle
.NotSet) {
100
style.BorderStyle =
BorderStyle
.NotSet;
114
if (style.BorderStyle ==
BorderStyle
.NotSet) {
115
style.BorderStyle =
BorderStyle
.Solid;
UI\WebParts\WebPartZoneBase.cs (7)
97
private
BorderStyle
_borderStyle;
141
DefaultValue(
BorderStyle
.Solid)
143
public override
BorderStyle
BorderStyle {
146
return
BorderStyle
.Solid;
854
style.BorderStyle =
BorderStyle
.Solid;
1184
BorderStyle =
BorderStyle
.NotSet;
1201
if (_borderColor != Color.Empty || _borderStyle !=
BorderStyle
.NotSet || _borderWidth != Unit.Empty) {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2665
public override
BorderStyle
BorderStyle
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
208
public override
BorderStyle
BorderStyle {