2 references to OnTick
System.Windows.Forms (1)
System\Windows\Forms\Timer.cs (1)
351
_owner.
OnTick
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\TimerTests.cs (1)
469
public new void OnTick(EventArgs e) => base.
OnTick
(e);