1 write to _horizScrollTimer
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2820
_horizScrollTimer
= new Timer();
15 references to _horizScrollTimer
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2818
if (
_horizScrollTimer
is null)
2821
_horizScrollTimer
.Tick += HorizScrollTimer_Tick;
2824
return
_horizScrollTimer
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (12)
9641
Debug.Assert(
_horizScrollTimer
is not null);
9642
_horizScrollTimer
.Interval = GetColumnScrollRate(absXOffset);
16273
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
16276
_horizScrollTimer
.Enabled = false;
16279
else if (
_horizScrollTimer
is null || !
_horizScrollTimer
.Enabled)
16329
Debug.Assert(
_horizScrollTimer
is null || !
_horizScrollTimer
.Enabled);
25836
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
25838
_horizScrollTimer
.Enabled = false;