41 references to new
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
17
:
base
(new DataGridViewButtonCell())
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
18
:
base
(new DataGridViewCheckBoxCell(threeState))
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
45
:
this
(cellTemplate: null)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
18
:
base
(new DataGridViewComboBoxCell())
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
23
:
base
(new DataGridViewImageCell(valuesAreIcons))
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
18
:
base
(new DataGridViewLinkCell())
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
14
public DataGridViewTextBoxColumn() :
base
(new DataGridViewTextBoxCell())
System.Windows.Forms.Tests (34)
System\Windows\Forms\DataGridViewColumnCollectionTests.cs (33)
40
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
68
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
69
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell());
112
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
116
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
182
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
188
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
220
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
224
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
258
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
262
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
266
using DataGridViewColumn column3 =
new
(new SubDataGridViewCell())
311
using DataGridViewColumn column =
new
(new SubDataGridViewCell())
341
DataGridViewColumn column =
new
(new SubDataGridViewCell());
355
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
356
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell());
363
DataGridViewColumn column =
new
(new SubDataGridViewCell());
378
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
379
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell());
397
using DataGridViewColumn column =
new
(new SubDataGridViewCell())
415
using DataGridViewColumn column =
new
(new SubDataGridViewCell())
438
using DataGridViewColumn column =
new
(new SubDataGridViewCell())
455
using DataGridViewColumn column =
new
(new SubDataGridViewCell())
467
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
469
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
480
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell());
482
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
493
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
497
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
504
using DataGridViewColumn column3 =
new
(new SubDataGridViewCell())
516
using DataGridViewColumn column1 =
new
(new SubDataGridViewCell())
521
using DataGridViewColumn column2 =
new
(new SubDataGridViewCell())
528
using DataGridViewColumn column3 =
new
(new SubDataGridViewCell())
System\Windows\Forms\DataGridViewColumnTests.cs (1)
1819
public SubDataGridViewColumn(DataGridViewCell cellTemplate) :
base
(cellTemplate)