26 references to Tick
PresentationUI (1)
MS\Internal\Documents\SigningProgress.Designer.cs (1)
51_timer.Tick += new System.EventHandler(OnTimerTick);
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2821_horizScrollTimer.Tick += HorizScrollTimer_Tick; 4127_vertScrollTimer.Tick += VertScrollTimer_Tick;
System\Windows\Forms\Controls\Menus\MenuTimer.cs (1)
19_autoMenuExpandTimer.Tick += OnTick;
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (5)
87MouseDownTimer.Tick += OnInitialAutoScrollMouseDown; 105MouseDownTimer.Tick -= OnInitialAutoScrollMouseDown; 106MouseDownTimer.Tick -= OnAutoScrollAccelerate; 116MouseDownTimer.Tick -= OnInitialAutoScrollMouseDown; 120MouseDownTimer.Tick += OnAutoScrollAccelerate;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
366_timer.Tick += TimerHandler;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
284_timer.Tick += OnTimer;
System\Windows\Forms\Input\MouseHoverTimer.cs (1)
14_mouseHoverTimer.Tick += OnTick;
System\Windows\Forms\Timer.cs (2)
14[DefaultEvent(nameof(Tick))] 164/// Raises the <see cref="Tick"/> event.
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (2)
234_timer.Tick += eventHandler; 243_timer.Tick -= wrapper;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1882_timer.Tick += TimerHandler;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\CommandSet.cs (2)
264_snapLineTimer.Tick += OnSnapLineTimerExpire; 384_snapLineTimer.Tick -= OnSnapLineTimerExpire;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
194_timer.Tick -= OnDoubleClickTimerTick; 246_timer.Tick -= OnDoubleClickTimerTick; 374_timer.Tick += OnDoubleClickTimerTick; 577_timer.Tick -= OnDoubleClickTimerTick;
System.Windows.Forms.Tests (2)
System\Windows\Forms\TimerTests.cs (2)
399timer.Tick += handler; 404timer.Tick -= handler;
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
225timer.Tick += (s, e) =>