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

◆ GetProperties() [2/3]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 122 of file SizeConverter.cs.

123 {
124 PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(typeof(Size), 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.SizeConverter.s_propertySort, and System.ComponentModel.PropertyDescriptorCollection.Sort().