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)
2825if (_horizScrollTimer is null) 2828_horizScrollTimer.Tick += HorizScrollTimer_Tick; 2831return _horizScrollTimer;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (12)
9638Debug.Assert(_horizScrollTimer is not null); 9639_horizScrollTimer.Interval = GetColumnScrollRate(absXOffset); 16270if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 16273_horizScrollTimer.Enabled = false; 16276else if (_horizScrollTimer is null || !_horizScrollTimer.Enabled) 16326Debug.Assert(_horizScrollTimer is null || !_horizScrollTimer.Enabled); 25827if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 25829_horizScrollTimer.Enabled = false;