11 references to DataGridViewColumnCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5412
return new
DataGridViewColumnCollection
(this);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialogTests.cs (1)
113
DataGridViewColumnCollection liveColumns =
new
(new DataGridView());
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewColumnCollectionTests.cs (9)
41
DataGridViewColumnCollection collection =
new
(control);
331
DataGridViewColumnCollection collection =
new
(control);
339
DataGridViewColumnCollection collection =
new
(control);
356
DataGridViewColumnCollection collection =
new
(control);
379
DataGridViewColumnCollection collection =
new
(control1);
398
DataGridViewColumnCollection collection =
new
(control);
439
DataGridViewColumnCollection collection =
new
(control);
456
DataGridViewColumnCollection collection =
new
(control);
567
public SubDataGridViewColumnCollection(DataGridView control) :
base
(control)