1 write to InheritInChildApps
System.Configuration.ConfigurationManager (1)
System\Configuration\LocationUpdates.cs (1)
12InheritInChildApps = inheritInChildApps;
4 references to InheritInChildApps
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigDefinitionUpdates.cs (1)
25(locationUpdates.InheritInChildApps == inheritInChildApps))
System\Configuration\LocationUpdates.cs (1)
22internal bool IsDefault => OverrideMode.IsDefaultForLocationTag && InheritInChildApps;
System\Configuration\MgmtConfigurationRecord.cs (2)
2052BoolToString(locationUpdates.InheritInChildApps))); 2058BoolToString(locationUpdates.InheritInChildApps), _locationSubPath));