1 write to _horizScrollTimer
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2832
_horizScrollTimer
= new Timer();
13 references to _horizScrollTimer
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2830
if (
_horizScrollTimer
is null)
2833
_horizScrollTimer
.Tick += HorizScrollTimer_Tick;
2836
return
_horizScrollTimer
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (10)
9697
Debug.Assert(
_horizScrollTimer
is not null);
9698
_horizScrollTimer
.Interval = GetColumnScrollRate(absXOffset);
16335
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
16338
_horizScrollTimer
.Enabled = false;
16341
else if (
_horizScrollTimer
is null || !
_horizScrollTimer
.Enabled)
25900
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
25902
_horizScrollTimer
.Enabled = false;