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