Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetProperties() [3/4]

override PropertyDescriptorCollection System.Drawing.RectangleConverter.GetProperties ( ITypeDescriptorContext? context,
object? value,
Attribute?[] attributes )
inline

Definition at line 128 of file RectangleConverter.cs.

129 {
130 PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(typeof(Rectangle), attributes);
131 return properties.Sort(s_propertySort);
132 }
static PropertyDescriptorCollection GetProperties([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type componentType)
static readonly string[] s_propertySort

References System.ComponentModel.TypeDescriptor.GetProperties(), System.Drawing.RectangleConverter.s_propertySort, and System.ComponentModel.PropertyDescriptorCollection.Sort().