5 references to DisplayType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (5)
426
return this.DataGridView.GetCachedTypeConverter(this.
DisplayType
);
430
return TypeDescriptor.GetConverter(this.
DisplayType
);
1183
else if (strValue != null && String.IsNullOrEmpty(strValue) && this.
DisplayType
== typeof(String))
2679
object value = ParseFormattedValueInternal(this.
DisplayType
, formattedValue, cellStyle,
2690
throw new FormatException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Formatter_CantConvert), value, this.
DisplayType
));