13 references to GetProperties
System.ComponentModel.TypeConverter (5)
System\ComponentModel\PropertyDescriptor.cs (1)
272
return TypeDescriptor.
GetProperties
(PropertyType, filter);
System\Drawing\PointConverter.cs (1)
117
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Point), attributes);
System\Drawing\RectangleConverter.cs (1)
123
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Rectangle), attributes);
System\Drawing\SizeConverter.cs (1)
115
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Size), attributes);
System\Drawing\SizeFConverter.cs (1)
112
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(SizeF), attributes);
System.Windows.Forms (7)
System\Windows\Forms\Controls\Labels\LinkArea.LinkAreaConverter.cs (1)
153
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(LinkArea), attributes);
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (1)
175
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(SelectionRange), attributes);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (3)
568
return TypeDescriptor.
GetProperties
(GetListItemType(type), BrowsableAttributeList);
578
pdc = TypeDescriptor.
GetProperties
(targetType.GetElementType()!, BrowsableAttributeList);
593
pdc = TypeDescriptor.
GetProperties
(type, BrowsableAttributeList);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanelCellPositionTypeConverter.cs (1)
102
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(TableLayoutPanelCellPosition), attributes);
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdges.cs (1)
20
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(DockPaddingEdges), attributes);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\PaddingConverter.cs (1)
114
PropertyDescriptorCollection properties = TypeDescriptor.
GetProperties
(typeof(Padding), attributes);