1 write to _horizScrollTimer
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2828
_horizScrollTimer
= new Timer();
15 references to _horizScrollTimer
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2826
if (
_horizScrollTimer
is null)
2829
_horizScrollTimer
.Tick += HorizScrollTimer_Tick;
2832
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);
25830
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
25832
_horizScrollTimer
.Enabled = false;