15 writes to type
System.Web (15)
UI\WebControls\FontUnit.cs (15)
96
this.
type
= type;
110
this.
type
= FontSize.NotSet;
112
this.
type
= FontSize.AsUnit;
125
this.
type
= FontSize.AsUnit;
155
this.
type
= FontSize.NotSet;
165
this.
type
= FontSize.XXSmall;
170
this.
type
= FontSize.XSmall;
175
this.
type
= FontSize.XLarge;
180
this.
type
= FontSize.XXLarge;
186
this.
type
= FontSize.Small;
190
this.
type
= FontSize.Smaller;
196
this.
type
= FontSize.Large;
200
this.
type
= FontSize.Larger;
205
this.
type
= FontSize.Medium;
210
this.
type
= FontSize.AsUnit;
12 references to type
System.Web (12)
UI\WebControls\FontUnit.cs (12)
97
if (this.
type
== FontSize.AsUnit) {
221
return
type
== FontSize.NotSet;
231
return
type
;
250
return HashCodeCombiner.CombineHashCodes(
type
.GetHashCode(), value.GetHashCode());
263
if ((f.
type
==
type
) && (f.value == value)) {
274
return ((left.
type
== right.
type
) && (left.value == right.value));
283
return ((left.
type
!= right.
type
) || (left.value != right.value));
330
switch (
type
) {
347
s = PropertyConverter.EnumToString(typeof(FontSize),
type
);