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