11 references to ElementTagName
System.Configuration (11)
System\Configuration\ConfigurationElement.cs (6)
197
collection.internalElementTagName = source.
ElementTagName
; // Default collections don't know there tag name
228
if (!_lockedAllExceptElementsList.Contains(key) || key ==
ElementTagName
)
537
collection.internalElementTagName = parentElement.
ElementTagName
; // Default collections don't know there tag name
1420
if (largeCollection.Contains(key) || key ==
ElementTagName
)
1450
(_lockedElementsList.Contains(LockAll) && reader.Name !=
ElementTagName
))) ||
1660
if (!_lockedAllExceptElementsList.Contains(key) || key ==
ElementTagName
)
System\Configuration\elementinformation.cs (4)
88
return _thisElement.PropertyInfoInternal(_thisElement.
ElementTagName
);
92
_thisElement.Values.ChangeSourceInfo(_thisElement.
ElementTagName
, sourceInformation);
101
PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(_thisElement.
ElementTagName
);
121
PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(_thisElement.
ElementTagName
);
System\Configuration\PropertyInformationCollection.cs (1)
28
if (prop.Name != ThisElement.
ElementTagName
) {