5 references to Flag_InheritInChildApps
System.Configuration (5)
System\Configuration\SectionInformation.cs (5)
82
_flags[
Flag_InheritInChildApps
] = true;
145
_flags[
Flag_InheritInChildApps
] = !sectionXmlInfo.SkipInChildApps;
460
( _flags[
Flag_InheritInChildApps
] == true ) );
517
return _flags[
Flag_InheritInChildApps
];
522
_flags[
Flag_InheritInChildApps
] = value;