7 references to SettingValueElement
System (7)
sys\system\configuration\sections\ClientSettingsSection.cs (7)
90private static readonly ConfigurationProperty _propValue = new ConfigurationProperty("value", typeof(SettingValueElement),null,ConfigurationPropertyOptions.IsRequired); 154public SettingValueElement Value { 156return (SettingValueElement) base[_propValue]; 197SettingValueElement u = settingValue as SettingValueElement; 226ValueXml = ((SettingValueElement) parentElement).ValueXml; 232ValueXml = ((SettingValueElement) sourceElement).ValueXml;