7 writes to value
System.Web (7)
UI\WebControls\FontUnit.cs (7)
98
value
= Unit.Point(10);
101
value
= Unit.Empty;
113
this.
value
= value;
116
this.
value
= Unit.Empty;
126
this.
value
= Unit.Point(value);
156
this.
value
= Unit.Empty;
209
this.
value
= new Unit(value, culture, UnitType.Point);
9 references to value
System.Web (9)
UI\WebControls\FontUnit.cs (9)
241
return
value
;
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
));
332
s =
value
.ToString(formatProvider);