4 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12745
DataGridViewCellParsingEventArgs dgvcpe =
new
(
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs (3)
23
DataGridViewCellParsingEventArgs e =
new
(rowIndex, columnIndex, value, desiredType, inheritedCellStyle);
42
DataGridViewCellParsingEventArgs e =
new
(1, 2, "value", typeof(string), new DataGridViewCellStyle())
54
DataGridViewCellParsingEventArgs e =
new
(1, 2, "value", typeof(string), new DataGridViewCellStyle())