2 references to IsInherited
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (1)
973bool inherited = sourceElement.Values.IsInherited(prop.Name);
System\Configuration\PropertyInformation.cs (1)
43return _thisElement.Values.IsInherited(Name) ? PropertyValueOrigin.Inherited : PropertyValueOrigin.SetHere;