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