1 write to horizScrollTimer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3535
this.
horizScrollTimer
= new System.Windows.Forms.Timer();
12 references to horizScrollTimer
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridView.cs (3)
3533
if (this.
horizScrollTimer
== null)
3536
this.
horizScrollTimer
.Tick += new System.EventHandler(HorizScrollTimer_Tick);
3538
return this.
horizScrollTimer
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (9)
9797
this.
horizScrollTimer
.Interval = GetColumnScrollRate(absXOffset);
16715
if (this.
horizScrollTimer
!= null && this.
horizScrollTimer
.Enabled)
16718
this.
horizScrollTimer
.Enabled = false;
16721
else if (this.
horizScrollTimer
== null || !this.
horizScrollTimer
.Enabled)
25956
if (this.
horizScrollTimer
!= null && this.
horizScrollTimer
.Enabled)
25958
this.
horizScrollTimer
.Enabled = false;