1 write to DefaultValue
System.Windows.Forms.DataVisualization (1)
Common\Utilities\CustomAttributesRegistry.cs (1)
1965
this.
DefaultValue
= defaultValue;
6 references to DefaultValue
System.Windows.Forms.DataVisualization (6)
Common\Converters\CustomAttributesConverters.cs (6)
394
if (attrInfo.
DefaultValue
.GetType() == attrInfo.ValueType)
396
defaultValueAttribute = new DefaultValueAttribute(attrInfo.
DefaultValue
);
398
else if (attrInfo.
DefaultValue
is string)
400
defaultValueAttribute = new DefaultValueAttribute(attrInfo.ValueType, (string)attrInfo.
DefaultValue
);
545
val = GetValueFromString(this._customAttributeInfo.
DefaultValue
);
624
string defaultValue = GetStringFromValue(this._customAttributeInfo.
DefaultValue
);