1 write to _thisElement
System.Configuration (1)
System\Configuration\elementinformation.cs (1)
29
_thisElement
= thisElement;
19 references to _thisElement
System.Configuration (19)
System\Configuration\elementinformation.cs (19)
40
_internalProperties = new PropertyInformationCollection(
_thisElement
);
54
return
_thisElement
.ElementPresent;
64
return (((
_thisElement
.ItemLocked & ConfigurationValueFlags.Locked) != 0) &&
65
((
_thisElement
.ItemLocked & ConfigurationValueFlags.Inherited) != 0));
75
ConfigurationElementCollection collection =
_thisElement
as ConfigurationElementCollection;
77
if (
_thisElement
.Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection
78
collection =
_thisElement
[
_thisElement
.Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
88
return
_thisElement
.PropertyInfoInternal(
_thisElement
.ElementTagName);
92
_thisElement
.Values.ChangeSourceInfo(
_thisElement
.ElementTagName, sourceInformation);
101
PropertySourceInfo psi =
_thisElement
.Values.GetSourceInfo(
_thisElement
.ElementTagName);
121
PropertySourceInfo psi =
_thisElement
.Values.GetSourceInfo(
_thisElement
.ElementTagName);
136
return
_thisElement
.GetType();
146
return
_thisElement
.ElementProperty.Validator;
160
arrayList =
_thisElement
.GetErrorsList();