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