2 references to Inherited
System.Configuration.ConfigurationManager (2)
System\Configuration\PropertyInformation.cs (1)
43return _thisElement.Values.IsInherited(Name) ? PropertyValueOrigin.Inherited : PropertyValueOrigin.SetHere;
System\Diagnostics\ListenerElementsCollection.cs (1)
348ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.Inherited)