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