MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / GetProperties

Method GetProperties

TexturedFontEditor/Helper.cs:238–241  ·  view source on GitHub ↗
(ITypeDescriptorContext context, object value, Attribute[] attributes)

Source from the content-addressed store, hash-verified

236 return true;
237 }
238 public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
239 {
240 return TypeDescriptor.GetProperties(typeof(PointF), attributes).Sort(new string[] { "X", "Y" });
241 }
242 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
243 {
244 return true;

Callers

nothing calls this directly

Calls 1

GetPropertiesMethod · 0.45

Tested by

no test coverage detected