3 references to InheritInChildApps
System.Configuration (3)
System\Configuration\ConfigDefinitionUpdates.cs (1)
27locationUpdates.InheritInChildApps == inheritInChildApps) {
System\Configuration\MgmtConfigurationRecord.cs (2)
2190utilWriter.Write(String.Format(CultureInfo.InvariantCulture, FORMAT_LOCATION_NOPATH, locationUpdates.OverrideMode.LocationTagXmlString, BoolToString(locationUpdates.InheritInChildApps))); 2193utilWriter.Write(String.Format(CultureInfo.InvariantCulture, FORMAT_LOCATION_PATH, locationUpdates.OverrideMode.LocationTagXmlString, BoolToString(locationUpdates.InheritInChildApps), _locationSubPath));