13 references to GetProperties
System.ComponentModel.TypeConverter (5)
System\ComponentModel\PropertyDescriptor.cs (1)
272return 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);
System.Windows.Forms (7)
System\Windows\Forms\Controls\Labels\LinkArea.LinkAreaConverter.cs (1)
153PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(LinkArea), attributes);
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (1)
175PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(SelectionRange), attributes);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (3)
568return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList); 578pdc = TypeDescriptor.GetProperties(targetType.GetElementType()!, BrowsableAttributeList); 593pdc = TypeDescriptor.GetProperties(type, BrowsableAttributeList);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanelCellPositionTypeConverter.cs (1)
102PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(TableLayoutPanelCellPosition), attributes);
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdges.cs (1)
20PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(DockPaddingEdges), attributes);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\PaddingConverter.cs (1)
114PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(typeof(Padding), attributes);