14 references to DataGridView_ColumnDoesNotBelongToDataGridView
System.Windows.Forms (14)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (13)
13244throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13308throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13323throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13349throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13421throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13497throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 13584throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14045throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14072throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14264throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14466throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 14476throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView); 28170throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
993throw new ArgumentException(SR.DataGridView_ColumnDoesNotBelongToDataGridView, nameof(dataGridViewColumn));