1 write to ElementPresent
System.Configuration (1)
System\Configuration\MgmtConfigurationRecord.cs (1)
561configSection.ElementPresent = wasPresent;
6 references to ElementPresent
System.Configuration (6)
System\Configuration\ConfigurationElementCollection.cs (4)
264if (elem.ElementPresent) { 716if (entry._value.ElementPresent == false) { 964if (entry._value.ElementPresent == false) { 989if (entry._value.ElementPresent == false) {
System\Configuration\elementinformation.cs (1)
54return _thisElement.ElementPresent;
System\Configuration\MgmtConfigurationRecord.cs (1)
554bool wasPresent = configSection.ElementPresent;