11 references to ElementTagName
System.Configuration (11)
System\Configuration\ConfigurationElement.cs (6)
197collection.internalElementTagName = source.ElementTagName; // Default collections don't know there tag name 228if (!_lockedAllExceptElementsList.Contains(key) || key == ElementTagName) 537collection.internalElementTagName = parentElement.ElementTagName; // Default collections don't know there tag name 1420if (largeCollection.Contains(key) || key == ElementTagName) 1450(_lockedElementsList.Contains(LockAll) && reader.Name != ElementTagName))) || 1660if (!_lockedAllExceptElementsList.Contains(key) || key == ElementTagName)
System\Configuration\elementinformation.cs (4)
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);
System\Configuration\PropertyInformationCollection.cs (1)
28if (prop.Name != ThisElement.ElementTagName) {