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