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