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

◆ GetProperties() [3/4]

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

Definition at line 122 of file PointConverter.cs.

123 {
124 PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(typeof(Point), attributes);
125 return properties.Sort(s_propertySort);
126 }
static PropertyDescriptorCollection GetProperties([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type componentType)
static readonly string[] s_propertySort

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