1 write to ThisElement
System.Configuration (1)
System\Configuration\PropertyInformation.cs (1)
38
ThisElement
= thisElement;
18 references to ThisElement
System.Configuration (18)
System\Configuration\PropertyInformation.cs (18)
30
_Prop =
ThisElement
.Properties[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)) ||
133
(
ThisElement
.LockedAttributesList != null &&
134
(
ThisElement
.LockedAttributesList.DefinedInParent(PropertyName) ||
135
ThisElement
.LockedAttributesList.DefinedInParent(LockAll))) ||
136
(((
ThisElement
.ItemLocked & ConfigurationValueFlags.Locked) != 0) &&
137
((
ThisElement
.ItemLocked & ConfigurationValueFlags.Inherited) != 0)));
147
PropertySourceInfo psi =
ThisElement
.Values.GetSourceInfo(PropertyName);
149
psi =
ThisElement
.Values.GetSourceInfo(String.Empty);
168
PropertySourceInfo psi =
ThisElement
.Values.GetSourceInfo(PropertyName);
170
psi =
ThisElement
.Values.GetSourceInfo(String.Empty);