10 references to PropertyValueOrigin
System.Configuration (1)
System.Configuration.cs (1)
80[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PropertyValueOrigin))]
System.Configuration.ConfigurationManager (9)
System\Configuration\ConfigurationElement.cs (1)
393PropertyValueOrigin.SetHere)
System\Configuration\PropertyInformation.cs (4)
38public PropertyValueOrigin ValueOrigin 42if (_thisElement.Values[Name] == null) return PropertyValueOrigin.Default; 43return _thisElement.Values.IsInherited(Name) ? PropertyValueOrigin.Inherited : PropertyValueOrigin.SetHere;
System\Diagnostics\ListenerElementsCollection.cs (4)
186if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData)) 312if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData)) 347if (ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || 348ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.Inherited)