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