1 type derived from Timer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2673
private class ToolTipTimer :
Timer
{
11 instantiations of Timer
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
644
_delayTimer = new
Timer
();
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3535
this.horizScrollTimer = new System.Windows.Forms.
Timer
();
5249
this.vertScrollTimer = new System.Windows.Forms.
Timer
();
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1153
timer = new System.Windows.Forms.
Timer
();
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5283
private System.Windows.Forms.Timer mouseHoverTimer = new System.Windows.Forms.
Timer
();
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1026
_ensureMessageProcessingTimer = new System.Windows.Forms.
Timer
();
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1282
private System.Windows.Forms.Timer autoMenuExpandTimer = new System.Windows.Forms.
Timer
();
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
98
mouseDownTimer = new
Timer
();
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1759
timer = new
Timer
(); // generates UpDown events
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1201
System.Windows.Forms.Timer timer = new System.Windows.Forms.
Timer
();
AuthoringOM\Design\WorkflowView.cs (1)
2352
this.timer = new
Timer
();
20 references to Timer
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
630
Timer
_delayTimer;
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridView.cs (3)
392
private System.Windows.Forms.
Timer
vertScrollTimer, horizScrollTimer;
3529
private System.Windows.Forms.
Timer
HorizScrollTimer
5243
private System.Windows.Forms.
Timer
VertScrollTimer
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
879
System.Windows.Forms.
Timer
timer;
winforms\Managed\System\WinForms\Timer.cs (5)
67
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.
Timer
'/>
77
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.
Timer
'/> class with the specified container.</para>
236
/// <para>Raises the <see cref='System.Windows.Forms.
Timer
.Tick'/>
277
private
Timer
_owner;
292
internal TimerNativeWindow(
Timer
owner) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5283
private System.Windows.Forms.
Timer
mouseHoverTimer = new System.Windows.Forms.Timer();
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
742
private System.Windows.Forms.
Timer
_ensureMessageProcessingTimer = null;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1282
private System.Windows.Forms.
Timer
autoMenuExpandTimer = new System.Windows.Forms.Timer();
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
37
private
Timer
mouseDownTimer;
95
private
Timer
MouseDownTimer {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1421
private
Timer
timer; // generates UpDown events
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (3)
1201
System.Windows.Forms.
Timer
timer = new System.Windows.Forms.Timer();
1218
System.Windows.Forms.
Timer
timer = sender as System.Windows.Forms.
Timer
;
AuthoringOM\Design\WorkflowView.cs (1)
2337
private
Timer
timer = null;