Methods
()
| 171 | { |
| 172 | // Methods |
| 173 | public PointFConverter() |
| 174 | { |
| 175 | } |
| 176 | public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) |
| 177 | { |
| 178 | return ((sourceType == typeof(string)) || base.CanConvertFrom(context, sourceType)); |
nothing calls this directly
no outgoing calls
no test coverage detected