compmod\system\componentmodel\TypeDescriptor.cs (10)
1375AttributeCollection attributes = GetDescriptor(componentType, "componentType").GetAttributes();
1506return GetDescriptor(componentType, "componentType").GetClassName();
1551TypeConverter converter = GetDescriptor(type, "type").GetConverter();
1567return GetDescriptor(componentType, "componentType").GetDefaultEvent();
1604return GetDescriptor(componentType, "componentType").GetDefaultProperty();
1719return GetDescriptor(type, "type").GetEditor(editorBaseType);
1733return GetDescriptor(componentType, "componentType").GetEvents();
1748EventDescriptorCollection events = GetDescriptor(componentType, "componentType").GetEvents(attributes);
1954return GetDescriptor(componentType, "componentType").GetProperties();
1969PropertyDescriptorCollection properties = GetDescriptor(componentType, "componentType").GetProperties(attributes);