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