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