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