1 write to Name
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DefaultPropertyAttribute.cs (1)
19Name = name;
5 references to Name
System.ComponentModel.TypeConverter (5)
System\ComponentModel\DefaultPropertyAttribute.cs (2)
36return (obj is DefaultPropertyAttribute other) && other.Name == Name;
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
296if (attr != null && attr.Name != null) 300return TypeDescriptor.GetProperties(instance)[attr.Name]; 304return TypeDescriptor.GetProperties(_type)[attr.Name];