12 references to MgmtParent
System.Configuration (12)
System\Configuration\MgmtConfigurationRecord.cs (12)
74(MgmtParent._locationTags == null || !MgmtParent._locationTags.Contains(_locationSubPath))) { 419configRecord = configRecord.MgmtParent; 451MgmtConfigurationRecord current = this.MgmtParent; 459current = current.MgmtParent; 589current = MgmtParent; 1507&& !MgmtParent.IsRootConfig 1508&& MgmtParent.FindFactoryRecord(factoryRecord.ConfigKey, false) != null) { 1548if (!MgmtParent.IsRootConfig) { 1549parentFactoryRecord = MgmtParent.FindFactoryRecord(factoryRecord.ConfigKey, false); 1588FactoryRecord factoryRecord = MgmtParent.FindFactoryRecord(sectionRecord.ConfigKey, false); 1612FactoryRecord factoryRecord = MgmtParent.FindFactoryRecord(configSectionGroup.SectionGroupName, false);