7 writes to value
System.Web (7)
UI\WebControls\FontUnit.cs (7)
98value = Unit.Point(10); 101value = Unit.Empty; 113this.value = value; 116this.value = Unit.Empty; 126this.value = Unit.Point(value); 156this.value = Unit.Empty; 209this.value = new Unit(value, culture, UnitType.Point);
9 references to value
System.Web (9)
UI\WebControls\FontUnit.cs (9)
241return value; 250return HashCodeCombiner.CombineHashCodes(type.GetHashCode(), value.GetHashCode()); 263if ((f.type == type) && (f.value == value)) { 274return ((left.type == right.type) && (left.value == right.value)); 283return ((left.type != right.type) || (left.value != right.value)); 332s = value.ToString(formatProvider);