2 references to IsInherited
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (1)
1079bool inherited = sourceElement.Values.IsInherited(prop.Name);
System\Configuration\PropertyInformation.cs (1)
84if (ThisElement.Values.IsInherited(PropertyName)) {