8 references to DefaultValue
System.Web (8)
ModelBinding\ControlValueProvider.cs (2)
56controlValueProp.DefaultValue != null && 57controlValueProp.DefaultValue.Equals(value)) {
UI\ControlValuePropertyAttribute.cs (4)
81return _defaultValue.Equals(other.DefaultValue); 84return (other.DefaultValue == null); 95((DefaultValue != null) ? DefaultValue.GetHashCode() : 0));
UI\WebControls\ControlParameter.cs (2)
180controlValueProp.DefaultValue != null && 181controlValueProp.DefaultValue.Equals(value)) {