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