4 references to
System (2)
compmod\system\componentmodel\ArrayConverter.cs (1)
80
public ArrayPropertyDescriptor(Type arrayType, Type elementType, int index) :
base
(arrayType, "[" + index + "]", elementType, null) {
compmod\system\componentmodel\TypeConverter.cs (1)
456
protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType) :
this
(componentType, name, propertyType, new Attribute[0]) {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
512
:
base
(componentType, name, propertyType, attributes)
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
512
:
base
(componentType, name, propertyType, attributes)