1 write to _isConfigurationElementType
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
286
_isConfigurationElementType
= typeof(ConfigurationElement).IsAssignableFrom(_type);
1 reference to _isConfigurationElementType
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
289
return
_isConfigurationElementType
;