3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6067ColumnWidthChangingEventArgs colWidthChanging = new(nmheader->iItem, newColumnWidth);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ColumnWidthChangingEventArgsTests.cs (2)
27ColumnWidthChangingEventArgs e = new(columnIndex, newWidth); 39ColumnWidthChangingEventArgs e = new(2, 3)