5 references to Locked
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (3)
2795
mode = sectionRecord.
Locked
? OverrideMode.Deny : OverrideMode.Allow;
2882
result = sectionRecord.
Locked
? OverrideMode.Deny : OverrideMode.Allow;
3500
(sectionRecord.LockChildren || sectionRecord.
Locked
)) {
System\Configuration\SectionInformation.cs (1)
128
_flags[ Flag_LocationLocked ] = sectionRecord.
Locked
;
System\Configuration\SectionRecord.cs (1)
214
_flags[Flag_LockChildren] =
Locked
;