1 write to _horizScrollTimer
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2827
_horizScrollTimer
= new Timer();
15 references to _horizScrollTimer
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2825
if (
_horizScrollTimer
is null)
2828
_horizScrollTimer
.Tick += HorizScrollTimer_Tick;
2831
return
_horizScrollTimer
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (12)
9638
Debug.Assert(
_horizScrollTimer
is not null);
9639
_horizScrollTimer
.Interval = GetColumnScrollRate(absXOffset);
16270
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
16273
_horizScrollTimer
.Enabled = false;
16276
else if (
_horizScrollTimer
is null || !
_horizScrollTimer
.Enabled)
16326
Debug.Assert(
_horizScrollTimer
is null || !
_horizScrollTimer
.Enabled);
25827
if (
_horizScrollTimer
is not null &&
_horizScrollTimer
.Enabled)
25829
_horizScrollTimer
.Enabled = false;