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