2 references to GetProperties
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1415
return
GetProperties
(component, attributes, false);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2587
PropertyDescriptorCollection baseProps = TypeDescriptor.
GetProperties
(this, null, true);