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)
2818if (_horizScrollTimer is null) 2821_horizScrollTimer.Tick += HorizScrollTimer_Tick; 2824return _horizScrollTimer;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (12)
9641Debug.Assert(_horizScrollTimer is not null); 9642_horizScrollTimer.Interval = GetColumnScrollRate(absXOffset); 16273if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 16276_horizScrollTimer.Enabled = false; 16279else if (_horizScrollTimer is null || !_horizScrollTimer.Enabled) 16329Debug.Assert(_horizScrollTimer is null || !_horizScrollTimer.Enabled); 25836if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 25838_horizScrollTimer.Enabled = false;