1 write to PropertyName
System.Configuration (1)
System\Configuration\PropertyInformation.cs (1)
37PropertyName = propertyName;
12 references to PropertyName
System.Configuration (12)
System\Configuration\PropertyInformation.cs (12)
30_Prop = ThisElement.Properties[PropertyName]; 44return PropertyName; 58return ThisElement[PropertyName]; 61ThisElement[PropertyName] = value; 81if (ThisElement.Values[PropertyName] == null) { 84if (ThisElement.Values.IsInherited(PropertyName)) { 97if (ThisElement.Values[PropertyName] == null) { 100if (ThisElement.Values.IsModified(PropertyName)) { 132return ((ThisElement.LockedAllExceptAttributesList != null && !ThisElement.LockedAllExceptAttributesList.DefinedInParent(PropertyName)) || 134(ThisElement.LockedAttributesList.DefinedInParent(PropertyName) || 147PropertySourceInfo psi = ThisElement.Values.GetSourceInfo(PropertyName); 168PropertySourceInfo psi = ThisElement.Values.GetSourceInfo(PropertyName);