14 references to DataGridView_ColumnDoesNotBelongToDataGridView
System.Windows.Forms (14)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (13)
13241throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13305throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13320throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13346throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13418throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13494throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13581throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14042throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14069throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14261throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14463throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14473throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 28167throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
993throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView, nameof(dataGridViewColumn));