37 [RequiresUnreferencedCode(
"Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.")]
47 [RequiresUnreferencedCode(
"The built-in EventDescriptor implementation uses Reflection which requires unreferenced code.")]
53 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered.")]
59 [RequiresUnreferencedCode(
"Editors registered in TypeDescriptor.AddEditorTable may be trimmed.")]
74 [RequiresUnreferencedCode(
"The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
84 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered.")]
94 [RequiresUnreferencedCode(
"PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
static readonly AttributeCollection Empty
virtual ? object GetPropertyOwner(PropertyDescriptor? pd)
virtual ? PropertyDescriptor GetDefaultProperty()
virtual EventDescriptorCollection GetEvents()
virtual ? object GetEditor(Type editorBaseType)
virtual TypeConverter GetConverter()
virtual ? string GetComponentName()
virtual EventDescriptorCollection GetEvents(Attribute[]? attributes)
readonly ICustomTypeDescriptor _parent
virtual AttributeCollection GetAttributes()
virtual ? string GetClassName()
virtual PropertyDescriptorCollection GetProperties(Attribute[]? attributes)
virtual ? EventDescriptor GetDefaultEvent()
virtual PropertyDescriptorCollection GetProperties()
CustomTypeDescriptor(ICustomTypeDescriptor? parent)
static readonly EventDescriptorCollection Empty
static readonly PropertyDescriptorCollection Empty
object? GetEditor(Type editorBaseType)
EventDescriptor? GetDefaultEvent()
object? GetPropertyOwner(PropertyDescriptor? pd)
PropertyDescriptorCollection GetProperties()
PropertyDescriptor? GetDefaultProperty()
EventDescriptorCollection GetEvents()
string? GetComponentName()
TypeConverter GetConverter()
AttributeCollection GetAttributes()