4 writes to _timer
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
196_timer = null; 248_timer = null; 369_timer = new Timer 579_timer = null;
14 references to _timer
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (14)
191if (_timer is not null) 193_timer.Enabled = false; 194_timer.Tick -= OnDoubleClickTimerTick; 195_timer.Dispose(); 243if (_timer is not null) 245_timer.Enabled = false; 246_timer.Tick -= OnDoubleClickTimerTick; 247_timer.Dispose(); 374_timer.Tick += OnDoubleClickTimerTick; 375_timer.Enabled = true; 574if (_timer is not null) 576_timer.Enabled = false; 577_timer.Tick -= OnDoubleClickTimerTick; 578_timer.Dispose();