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