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