(ITypeDescriptorContext context)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected