4 writes to converter
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
989converter = TypeDescriptor.GetConverter(this.PropertyType); 992converter = TypeDescriptor.GetConverter(value); 1265converter = null;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
388converter = propertyInfo.Converter;
3 references to converter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
986if (converter == null) { 995return converter;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
387if (converter == null) {