1 write to _thisElement
System.Configuration (1)
System\Configuration\ConfigurationLockCollection.cs (1)
48
_thisElement
= thisElement;
11 references to _thisElement
System.Configuration (11)
System\Configuration\ConfigurationLockCollection.cs (11)
83
if (((
_thisElement
.ItemLocked & ConfigurationValueFlags.Locked) != 0) &&
84
((
_thisElement
.ItemLocked & ConfigurationValueFlags.Inherited) != 0)) {
91
ConfigurationProperty propToLock =
_thisElement
.Properties[attribToLockTrim];
93
ConfigurationElementCollection collection =
_thisElement
as ConfigurationElementCollection;
94
if (collection == null &&
_thisElement
.Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection
95
collection =
_thisElement
[
_thisElement
.Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
101
_thisElement
.ReportInvalidLock(attribToLockTrim, _lockType, null, null);
104
_thisElement
.ReportInvalidLock(attribToLockTrim, _lockType, null, collection.LockableElements);
116
_thisElement
.ReportInvalidLock(attribToLockTrim, _lockType, null, null);
122
_thisElement
.ReportInvalidLock(attribToLockTrim, _lockType, null, null);