5 references to FlagChildrenLocked
System.Configuration.ConfigurationManager (5)
System\Configuration\SectionInformation.cs (5)
201_flags[FlagChildrenLocked] = _flags[FlagChildrenLockWithoutFileInput]; 204_flags[FlagChildrenLocked] = false; 207_flags[FlagChildrenLocked] = true; 216public OverrideMode OverrideModeEffective => _flags[FlagChildrenLocked] ? OverrideMode.Deny : OverrideMode.Allow 452_flags[FlagChildrenLocked] = sectionRecord.LockChildren;