4 instantiations of DefaultSettingValueAttribute
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripSettings.cs (4)
27
[
DefaultSettingValue
("true")]
58
[
DefaultSettingValue
("0,0")]
69
[
DefaultSettingValue
("0,0")]
90
[
DefaultSettingValue
("true")]
4 references to DefaultSettingValueAttribute
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
419
if (attr is
DefaultSettingValueAttribute
) {
420
sp.DefaultValue = ((
DefaultSettingValueAttribute
)attr).Value;
System.Web (2)
Profile\HttpProfileBase.cs (2)
437
else if (attrib is
DefaultSettingValueAttribute
) {
438
defaultValue = ((
DefaultSettingValueAttribute
)attrib).Value;