5 references to NotSet
System.Web (5)
UI\WebControls\FontUnit.cs (4)
93
if (type < FontSize.
NotSet
|| type > FontSize.XXLarge) {
110
this.type = FontSize.
NotSet
;
155
this.type = FontSize.
NotSet
;
221
return type == FontSize.
NotSet
;
UI\WebControls\FontUnitConverter.cs (1)
80
if ((value == null) || (((FontUnit)value).Type == FontSize.
NotSet
))