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