4 references to VertScrollTimer
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
16739
this.
VertScrollTimer
.Interval = GetRowScrollRate(Math.Abs(yOffset));
16740
this.
VertScrollTimer
.Enabled = true;
16743
if (this.HorizScrollTimer.Enabled || this.
VertScrollTimer
.Enabled)
29800
this.
VertScrollTimer
.Enabled = false;