4 references to HorizScrollTimer
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
9832
this.
HorizScrollTimer
.Enabled = false;
16724
this.
HorizScrollTimer
.Interval = GetColumnScrollRate(Math.Abs(xOffset));
16725
this.
HorizScrollTimer
.Enabled = true;
16743
if (this.
HorizScrollTimer
.Enabled || this.VertScrollTimer.Enabled)