5 references to DisplayType
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (5)
312
? DataGridView.GetCachedTypeConverter(
DisplayType
)
313
: TypeDescriptor.GetConverter(
DisplayType
);
961
else if (strValue is not null && string.IsNullOrEmpty(strValue) &&
DisplayType
== typeof(string))
2397
DisplayType
,
2411
throw new FormatException(string.Format(CultureInfo.CurrentCulture, SR.Formatter_CantConvert, value,
DisplayType
));