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)
69
return
_defaultValue
;
80
if (
_defaultValue
!= null) {
81
return
_defaultValue
.Equals(other.DefaultValue);