2 writes to _defaultValue
System.Web (2)
UI\ControlValuePropertyAttribute.cs (2)
35_defaultValue = defaultValue; 47_defaultValue = TypeDescriptor.GetConverter(type).ConvertFromInvariantString(defaultValue);
3 references to _defaultValue
System.Web (3)
UI\ControlValuePropertyAttribute.cs (3)
69return _defaultValue; 80if (_defaultValue != null) { 81return _defaultValue.Equals(other.DefaultValue);