4 references to DataGridViewCell_FormattedValueTypeNull
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1659exception = new FormatException(SR.DataGridViewCell_FormattedValueTypeNull); 3721throw new FormatException(SR.DataGridViewCell_FormattedValueTypeNull);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
59throw new ArgumentException(SR.DataGridViewCell_FormattedValueTypeNull); 127throw new InvalidOperationException(SR.DataGridViewCell_FormattedValueTypeNull);