7 writes to value
System.Web (7)
UI\WebControls\Unit.cs (7)
44
this.
value
= value;
59
this.
value
= (int)value;
74
this.
value
= (int)value;
77
this.
value
= value;
101
this.
value
= 0;
135
this.
value
= (Single)converter.ConvertFromString(null, culture, numericPart);
138
this.
value
= (int)this.value;
13 references to value
System.Web (13)
UI\WebControls\Unit.cs (13)
138
this.value = (int)this.
value
;
144
if ((this.
value
< MinValue) || (this.
value
> MaxValue)) {
181
return this.
value
;
190
return HashCodeCombiner.CombineHashCodes(type.GetHashCode(),
value
.GetHashCode());
205
if (u.type == type && u.
value
==
value
) {
220
return (left.type == right.type && left.
value
== right.
value
);
232
return (left.type != right.type || left.
value
!= right.
value
);
367
valuePart = ((int)
value
).ToString(formatProvider);
370
valuePart = ((float)
value
).ToString(formatProvider);