4 references to s_propertyBags
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (4)
793
ConfigurationPropertyCollection properties = (ConfigurationPropertyCollection)
s_propertyBags
[type];
797
lock (
s_propertyBags
.SyncRoot) {
798
properties = (ConfigurationPropertyCollection)
s_propertyBags
[type];
801
s_propertyBags
[type] = properties;