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)
10037Debug.Assert(_horizScrollTimer is not null); 10038_horizScrollTimer.Interval = GetColumnScrollRate(absXOffset); 16676if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 16679_horizScrollTimer.Enabled = false; 16682else if (_horizScrollTimer is null || !_horizScrollTimer.Enabled) 16732Debug.Assert(_horizScrollTimer is null || !_horizScrollTimer.Enabled); 26304if (_horizScrollTimer is not null && _horizScrollTimer.Enabled) 26306_horizScrollTimer.Enabled = false;