4 writes to Type
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (4)
17
Type
= type;
27
Type
= type;
35
Type
= type;
42
Type
= type;
5 references to Type
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
28399
if (se.
Type
is ScrollEventType.SmallIncrement or ScrollEventType.SmallDecrement)
28401
int dCols = (se.
Type
== ScrollEventType.SmallIncrement) ? 1 : -1;
28405
else if (se.
Type
!= ScrollEventType.EndScroll)
28423
switch (se.
Type
)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3688
if (se.
Type
!= ScrollEventType.ThumbTrack && se.NewValue != se.OldValue)