1 write to propInfoConverter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
557
propInfoConverter
= propInfo.Converter;
2 references to propInfoConverter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
731
return Formatter.ParseObject(value, type, (value == null ? propInfo.PropertyType : value.GetType()), fieldInfoConverter,
propInfoConverter
, formatInfo, nullValue, GetDataSourceNullValue(type));
792
return Formatter.FormatObject(value, type, fieldInfoConverter,
propInfoConverter
, formatString, formatInfo, nullValue, dsNullValue);