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

Method GetProperties

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

Source from the content-addressed store, hash-verified

316 return true;
317 }
318 public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
319 {
320 return TypeDescriptor.GetProperties(typeof(RectangleF), attributes).Sort(new string[] { "X", "Y", "Width", "Height" });
321 }
322 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
323 {
324 return true;

Callers

nothing calls this directly

Calls 1

GetPropertiesMethod · 0.45

Tested by

no test coverage detected