17 references to DefinedInParent
System.Configuration (17)
System\Configuration\ConfigurationElement.cs (13)
483
(_lockedElementsList.
DefinedInParent
(LockAll) || _lockedElementsList.
DefinedInParent
(elementName))) ||
486
!_lockedAllExceptElementsList.
DefinedInParent
(elementName) ||
916
((_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.
DefinedInParent
(prop.Name)) ||
917
(_lockedAttributesList != null && (_lockedAttributesList.
DefinedInParent
(prop.Name) || _lockedAttributesList.
DefinedInParent
(LockAll))) ||
1132
if ((_lockedElementsList != null && _lockedElementsList.
DefinedInParent
(elementName)) ||
1133
(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.
DefinedInParent
(elementName))) {
1182
if ((_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.
DefinedInParent
(prop.Name)) ||
1183
(_lockedAttributesList != null && _lockedAttributesList.
DefinedInParent
(prop.Name))) {
1238
if (!((_lockedElementsList != null && _lockedElementsList.
DefinedInParent
(key)) ||
1239
(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.
DefinedInParent
(key)))) {
1275
if (!list.
DefinedInParent
(key)) {
System\Configuration\ConfigurationLockCollection.cs (1)
174
if (
DefinedInParent
(key)) {
System\Configuration\PropertyInformation.cs (3)
132
return ((ThisElement.LockedAllExceptAttributesList != null && !ThisElement.LockedAllExceptAttributesList.
DefinedInParent
(PropertyName)) ||
134
(ThisElement.LockedAttributesList.
DefinedInParent
(PropertyName) ||
135
ThisElement.LockedAttributesList.
DefinedInParent
(LockAll))) ||