3 writes to ElementPresent
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationElement.cs (2)
609
ElementPresent
= false;
1392
ElementPresent
= true;
System\Configuration\MgmtConfigurationRecord.cs (1)
476
configSection.
ElementPresent
= wasPresent;
6 references to ElementPresent
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (4)
326
if (elem.
ElementPresent
)
753
if (entry.Value.
ElementPresent
== false)
985
if (entry.Value.
ElementPresent
== false)
1006
if (entry.Value.
ElementPresent
== false)
System\Configuration\ElementInformation.cs (1)
22
public bool IsPresent => _thisElement.
ElementPresent
;
System\Configuration\MgmtConfigurationRecord.cs (1)
469
bool wasPresent = configSection.
ElementPresent
;