7 references to LockChildren
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (4)
2801childLockMode = sectionRecord.LockChildren ? OverrideMode.Deny : OverrideMode.Allow; 2804mode = sectionRecord.LockChildren ? OverrideMode.Deny : OverrideMode.Allow; 2883childLockMode = sectionRecord.LockChildren ? OverrideMode.Deny : OverrideMode.Allow; 3500(sectionRecord.LockChildren || sectionRecord.Locked)) {
System\Configuration\SectionInformation.cs (1)
129_flags[ Flag_ChildrenLocked ] = sectionRecord.LockChildren;
System\Configuration\SectionRecord.cs (2)
111bool result = LockChildren; 201_flags[Flag_ChildrenLockWithoutFileInput] = LockChildren;