3 references to new
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
18843ScrollEventArgs se = new(scrollEventType, oldValue, newValue, orientation);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1440ScrollEventArgs se = new(type, oldValue, value, scrollOrientation);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
713ScrollEventArgs se = new(type, oldValue, newValue, _scrollOrientation);