17 references to DefinedInParent
System.Configuration.ConfigurationManager (17)
System\Configuration\ConfigurationElement.cs (13)
514(_lockedElementsList.DefinedInParent(LockAll) || _lockedElementsList.DefinedInParent(elementName)); 519!_lockedAllExceptElementsList.DefinedInParent(elementName)) || 833!_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 835(_lockedAttributesList.DefinedInParent(prop.Name) || _lockedAttributesList.DefinedInParent(LockAll))) || 1024if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(elementName)) || 1026!_lockedAllExceptElementsList.DefinedInParent(elementName))) 1076!_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 1077((_lockedAttributesList != null) && _lockedAttributesList.DefinedInParent(prop.Name))) 1141if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(key)) || 1144!_lockedAllExceptElementsList.DefinedInParent(key))) 1187if (!list.DefinedInParent(key))
System\Configuration\ConfigurationLockCollection.cs (1)
242foreach (string key in this) if (DefinedInParent(key)) removeList.Add(key);
System\Configuration\PropertyInformation.cs (3)
55!_thisElement.LockedAllExceptAttributesList.DefinedInParent(Name)) || 57(_thisElement.LockedAttributesList.DefinedInParent(Name) || 58_thisElement.LockedAttributesList.DefinedInParent(LockAll))) ||