23 references to GetProperties
System (1)
compmod\system\componentmodel\PropertyDescriptor.cs (1)
269
return TypeDescriptor.
GetProperties
(PropertyType, filter);
System.Drawing (6)
commonui\System\Drawing\Advanced\SizeFConverter.cs (1)
170
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(SizeF), attributes);
commonui\System\Drawing\FontConverter.cs (1)
436
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Font), attributes);
commonui\System\Drawing\ImageConverter.cs (1)
260
return TypeDescriptor.
GetProperties
(typeof(Image), attributes);
commonui\System\Drawing\PointConverter.cs (1)
188
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Point), attributes);
commonui\System\Drawing\RectangleConverter.cs (1)
194
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Rectangle), attributes);
commonui\System\Drawing\SizeConverter.cs (1)
186
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Size), attributes);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
64
PropertyDescriptorCollection oldProperties = TypeDescriptor.
GetProperties
(GetType(), attributes);
UI\WebControls\ErrorTableItemStyle.cs (1)
62
PropertyDescriptorCollection oldProperties = TypeDescriptor.
GetProperties
(GetType(), attributes);
UI\WebControls\SubMenuStyle.cs (1)
271
PropertyDescriptorCollection oldProperties = TypeDescriptor.
GetProperties
(GetType(), attributes);
UI\WebParts\WebPartMenuStyle.cs (1)
181
PropertyDescriptorCollection oldProperties = TypeDescriptor.
GetProperties
(GetType(), attributes);
System.Web.Mobile (2)
UI\MobileControls\Design\MobileControlPersister.cs (1)
493
properties = TypeDescriptor.
GetProperties
(propDesc.PropertyType,
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1142
TypeDescriptor.
GetProperties
(
System.Windows.Forms (10)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (2)
156
return TypeDescriptor.
GetProperties
(itemProps[i].PropertyType, new Attribute[] {new BrowsableAttribute(true)});
176
itemProps = TypeDescriptor.
GetProperties
(props[i].PropertyType, new Attribute[] {new BrowsableAttribute(true)});
winforms\Managed\System\WinForms\LinkArea.cs (1)
239
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(LinkArea), attributes);
winforms\Managed\System\WinForms\ListBindingHelper.cs (3)
570
return TypeDescriptor.
GetProperties
(GetListItemType(type), BrowsableAttributeList);
578
pdc = TypeDescriptor.
GetProperties
(targetType.GetElementType(), BrowsableAttributeList);
590
pdc = TypeDescriptor.
GetProperties
(type, BrowsableAttributeList);
winforms\Managed\System\WinForms\Padding.cs (1)
413
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(Padding), attributes);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1763
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(DockPaddingEdges), attributes);
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (1)
177
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(SelectionRange), attributes);
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
165
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(typeof(TableLayoutPanelCellPosition), attributes);