7 references to Type
System.Web (7)
UI\Html32TextWriter.cs (3)
252if ((int)(fu.Type) > 3) 253return((int)(fu.Type)-3).ToString(CultureInfo.InvariantCulture); 255if (fu.Type == FontSize.AsUnit) {
UI\WebControls\FontInfo.cs (1)
192if ((value.Type == FontSize.AsUnit) && (value.Unit.Value < 0)) {
UI\WebControls\FontUnitConverter.cs (3)
80if ((value == null) || (((FontUnit)value).Type == FontSize.NotSet)) 93else if (u.Type != FontSize.AsUnit) { 95switch (u.Type) {