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