4 references to SetHere
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (1)
271if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.SetHere) {
System\Configuration\PropertyInformation.cs (1)
87return PropertyValueOrigin.SetHere;
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
839Func<PropertyInformation, bool> nontrivialProperty = property => property.ValueOrigin == PropertyValueOrigin.SetHere;
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (1)
28if (PropertyValueOrigin.SetHere ==