24 references to NotSet
System.Web (24)
UI\WebControls\Calendar.cs (1)
859
if (titleStyle.BorderStyle != BorderStyle.
NotSet
) {
UI\WebControls\LoginUtil.cs (1)
462
if (control.BorderStyle != BorderStyle.
NotSet
) {
UI\WebControls\MenuItemStyle.cs (2)
187
if (bs == BorderStyle.
NotSet
) {
197
if (bs != BorderStyle.
NotSet
) {
UI\WebControls\Style.cs (5)
178
DefaultValue(BorderStyle.
NotSet
),
187
return BorderStyle.
NotSet
;
190
if (value < BorderStyle.
NotSet
|| value > BorderStyle.Outset) {
556
if (bs == BorderStyle.
NotSet
) {
566
if (bs != BorderStyle.
NotSet
) {
UI\WebControls\SubMenuStyle.cs (2)
143
if (bs == BorderStyle.
NotSet
) {
153
if (bs != BorderStyle.
NotSet
) {
UI\WebControls\TreeNodeStyle.cs (2)
241
if (bs == BorderStyle.
NotSet
) {
251
if (bs != BorderStyle.
NotSet
) {
UI\WebControls\WebControl.cs (3)
207
DefaultValue(BorderStyle.
NotSet
),
213
return BorderStyle.
NotSet
;
650
(BorderStyle != BorderStyle.
NotSet
|| !BorderWidth.IsEmpty || !Height.IsEmpty || !Width.IsEmpty)) {
UI\WebParts\CatalogPartChrome.cs (3)
54
if (style.BorderStyle == BorderStyle.
NotSet
) {
73
if (style.BorderStyle != BorderStyle.
NotSet
) {
74
style.BorderStyle = BorderStyle.
NotSet
;
UI\WebParts\WebPartChrome.cs (3)
99
if (style.BorderStyle != BorderStyle.
NotSet
) {
100
style.BorderStyle = BorderStyle.
NotSet
;
114
if (style.BorderStyle == BorderStyle.
NotSet
) {
UI\WebParts\WebPartZoneBase.cs (2)
1184
BorderStyle = BorderStyle.
NotSet
;
1201
if (_borderColor != Color.Empty || _borderStyle != BorderStyle.
NotSet
|| _borderWidth != Unit.Empty) {