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)
393
PropertyValueOrigin
.SetHere)
System\Configuration\PropertyInformation.cs (4)
38
public
PropertyValueOrigin
ValueOrigin
42
if (_thisElement.Values[Name] == null) return
PropertyValueOrigin
.Default;
43
return _thisElement.Values.IsInherited(Name) ?
PropertyValueOrigin
.Inherited :
PropertyValueOrigin
.SetHere;
System\Diagnostics\ListenerElementsCollection.cs (4)
186
if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin ==
PropertyValueOrigin
.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
312
if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin ==
PropertyValueOrigin
.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
347
if (ElementInformation.Properties[s_propFilter.Name].ValueOrigin ==
PropertyValueOrigin
.SetHere ||
348
ElementInformation.Properties[s_propFilter.Name].ValueOrigin ==
PropertyValueOrigin
.Inherited)