4 references to InheritInChildApplications
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (4)
1651
|| (inheritInChildApplications != configSection.SectionInformation.
InheritInChildApplications
);
1723
inheritInChildApplications = configSection.SectionInformation.
InheritInChildApplications
;
1998
!configSection.SectionInformation.
InheritInChildApplications
);
2017
sectionXmlInfo.SkipInChildApps = !configSection.SectionInformation.
InheritInChildApplications
;