5 references to GetProperties
System.ComponentModel.TypeConverter (5)
System\ComponentModel\PropertyDescriptor.cs (1)
266return TypeDescriptor.GetProperties(PropertyType, filter);
System\Drawing\PointConverter.cs (1)
117PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(Point), attributes);
System\Drawing\RectangleConverter.cs (1)
123PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(Rectangle), attributes);
System\Drawing\SizeConverter.cs (1)
115PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(Size), attributes);
System\Drawing\SizeFConverter.cs (1)
112PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(SizeF), attributes);