1 write to vertScrollTimer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5249this.vertScrollTimer = new System.Windows.Forms.Timer();
12 references to vertScrollTimer
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridView.cs (3)
5247if (this.vertScrollTimer == null) 5250this.vertScrollTimer.Tick += new System.EventHandler(VertScrollTimer_Tick); 5252return this.vertScrollTimer;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (9)
16730if (this.vertScrollTimer != null && this.vertScrollTimer.Enabled) 16733this.vertScrollTimer.Enabled = false; 16736else if (this.vertScrollTimer == null || !this.vertScrollTimer.Enabled) 25960if (this.vertScrollTimer != null && this.vertScrollTimer.Enabled) 25962this.vertScrollTimer.Enabled = false; 29765this.vertScrollTimer.Interval = GetRowScrollRate(absYOffset);