1 write to Name
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DefaultPropertyAttribute.cs (1)
19Name = name;
6 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];
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\DesignerAttributeTests.cs (1)
119string property = attribute.Name;