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); 54return _thisElement.ElementPresent; 64return (((_thisElement.ItemLocked & ConfigurationValueFlags.Locked) != 0) && 65((_thisElement.ItemLocked & ConfigurationValueFlags.Inherited) != 0)); 75ConfigurationElementCollection collection = _thisElement as ConfigurationElementCollection; 77if (_thisElement.Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection 78collection = _thisElement[_thisElement.Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 88return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName); 92_thisElement.Values.ChangeSourceInfo(_thisElement.ElementTagName, sourceInformation); 101PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName); 121PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName); 136return _thisElement.GetType(); 146return _thisElement.ElementProperty.Validator; 160arrayList = _thisElement.GetErrorsList();