17 references to Default
System.Configuration (17)
System\Configuration\ConfigurationElement.cs (16)
183
_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.
Default
);
229
_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
327
_fItemLocked = (value == true) ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.
Default
;
519
ConfigurationValueFlags.
Default
;
598
ConfigurationValueFlags.Locked : ConfigurationValueFlags.
Default
);
1408
localLockedAttributesList.Add(attribToLockTrim, ConfigurationValueFlags.
Default
); // Mark as local
1490
LockedAttributesList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1493
LockedAllExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1496
LockedElementList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1499
LockedAllElementsExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.
Default
, new PropertySourceInfo(reader));
1578
_lockedAttributesList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1603
_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.
Default
);
1622
_lockedElementsList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1661
_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.
Default
); // add the local copy
1894
tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.
Default
);
1902
tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.
Default
);
System\Configuration\ConfigurationValues.cs (1)
156
return ConfigurationValueFlags.
Default
;