3 writes to converter
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (3)
96converter = (TypeConverter)CreateInstance(converterType); 101converter = TypeDescriptor.GetConverter(PropertyType); 234converter = null;
3 references to converter
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (3)
90if (converter == null) { 100if (converter == null) { 104return converter;