4 writes to ValueXml
System (4)
sys\system\configuration\ClientSettingsStore.cs (1)
183se.Value.ValueXml = ss.Value;
sys\system\configuration\sections\ClientSettingsSection.cs (3)
193ValueXml = doc.ReadNode(reader); 226ValueXml = ((SettingValueElement) parentElement).ValueXml; 232ValueXml = ((SettingValueElement) sourceElement).ValueXml;
9 references to ValueXml
System (9)
sys\system\configuration\ClientSettingsStore.cs (2)
102settings[setting.Name] = new StoredSetting(setting.SerializeAs, setting.Value.ValueXml); 136settings[setting.Name] = new StoredSetting(setting.SerializeAs, setting.Value.ValueXml);
sys\system\configuration\sections\ClientSettingsSection.cs (7)
198return (u != null && Object.Equals(u.ValueXml, ValueXml)); 202return ValueXml.GetHashCode(); 214if (ValueXml != null) { 216ValueXml.WriteTo(writer); 226ValueXml = ((SettingValueElement) parentElement).ValueXml; 232ValueXml = ((SettingValueElement) sourceElement).ValueXml;