3 writes to RemoveElementName
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
682
childElementCollection.
RemoveElementName
= prop.RemoveElementName;
773
coll.
RemoveElementName
= attribCollection.RemoveItemName;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Tracking\Configuration\ProfileElementCollection.cs (1)
21
this.
RemoveElementName
= TrackingConfigurationStrings.Remove;
3 references to RemoveElementName
System.Configuration (3)
System\Configuration\ConfigurationElementCollection.cs (3)
1191
elementName ==
RemoveElementName
||
1205
if (
RemoveElementName
.Length != 0)
1206
ElementNames += ", '" +
RemoveElementName
+ "'";