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)
419if (attr is DefaultSettingValueAttribute) { 420sp.DefaultValue = ((DefaultSettingValueAttribute)attr).Value;
System.Web (2)
Profile\HttpProfileBase.cs (2)
437else if (attrib is DefaultSettingValueAttribute) { 438defaultValue = ((DefaultSettingValueAttribute)attrib).Value;