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