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