5 references to Locked
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (3)
2795mode = sectionRecord.Locked ? OverrideMode.Deny : OverrideMode.Allow; 2882result = 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;