8 references to _timer
System.Windows.Forms (8)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (8)
233_timer.Interval = interval; 234_timer.Tick += eventHandler; 235_timer.Start(); 242_timer.Stop(); 243_timer.Tick -= wrapper; 244handler(_timer); 314_timer.ClearTimerTickHandlers(); 315_timer.Stop();