17 references to Default
System.Configuration.ConfigurationManager (17)
System\Configuration\ConfigurationElement.cs (16)
104
_itemLockedFlag = value ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.
Default
;
283
_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.
Default
);
340
_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.
Default
);
548
: ConfigurationValueFlags.
Default
;
637
: ConfigurationValueFlags.
Default
);
1359
localLockedAttributesList.Add(attribToLockTrim, ConfigurationValueFlags.
Default
); // Mark as local
1466
ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1470
ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1474
ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1478
ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1592
_lockedAttributesList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1617
_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.
Default
);
1639
_lockedElementsList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1679
_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1890
tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.
Default
);
1899
tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.
Default
);
System\Configuration\ConfigurationValues.cs (1)
124
return configurationValue?.ValueFlags ?? ConfigurationValueFlags.
Default
;