8 references to _timer
System.Windows.Forms (8)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (8)
234_timer.Interval = interval; 235_timer.Tick += eventHandler; 236_timer.Start(); 243_timer.Stop(); 244_timer.Tick -= wrapper; 245handler(_timer); 321_timer.ClearTimerTickHandlers(); 322_timer.Stop();