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

Method GetPropertiesSupported

TexturedFontEditor/Helper.cs:322–325  ·  view source on GitHub ↗
(ITypeDescriptorContext context)

Source from the content-addressed store, hash-verified

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;
325 }
326 }
327
328 public class ColorConverter : TypeConverter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected