1 write to Name
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DefaultPropertyAttribute.cs (1)
19
Name
= name;
7 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 (2)
System\Windows\Forms\Design\DesignerAttributeTests.cs (2)
113
var propertyInfo = type.GetProperty(attribute.
Name
);
114
_output.WriteLine($"{type.FullName}: {attribute.
Name
} --> {propertyInfo?.Name}");