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)
2830if (_horizScrollTimer is null) 2833_horizScrollTimer.Tick += HorizScrollTimer_Tick; 2836return _horizScrollTimer;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (10)
9697Debug.Assert(_horizScrollTimer is not null); 9698_horizScrollTimer.Interval = GetColumnScrollRate(absXOffset); 16335if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 16338_horizScrollTimer.Enabled = false; 16341else if (_horizScrollTimer is null || !_horizScrollTimer.Enabled) 25900if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 25902_horizScrollTimer.Enabled = false;