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