6 instantiations of Timer
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
1113
this.SpacerTimer = new
Timer
(500);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
151
this.breadCrumbTimer = new
Timer
(2000);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
1113
this.SpacerTimer = new
Timer
(500);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
151
this.breadCrumbTimer = new
Timer
(2000);
System.Workflow.Runtime (2)
Tracking.cs (1)
62
_timer = new System.Timers.
Timer
();
Tracking\SqlTrackingService.cs (1)
43
private System.Timers.Timer _timer = new System.Timers.
Timer
();
14 references to Timer
System (8)
services\timers\system\timers\Timer.cs (8)
42
/// <para>Initializes a new instance of the <see cref='System.Timers.
Timer
'/> class, with the properties
57
/// Initializes a new instance of the <see cref='System.Timers.
Timer
'/> class, setting the <see cref='System.Timers.
Timer
.Interval'/> property to the specified period.
97
/// <para>Gets or sets a value indicating whether the <see cref='System.Timers.
Timer
'/>
174
/// <para>Occurs when the <see cref='System.Timers.
Timer
.Interval'/> has
247
/// the <see cref='System.Timers.
Timer
'/>.</para>
280
/// <para>Starts the timing by setting <see cref='System.Timers.
Timer
.Enabled'/> to <see langword='true'/>.</para>
288
/// Stops the timing by setting <see cref='System.Timers.
Timer
.Enabled'/> to <see langword='false'/>.
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
875
public
Timer
SpacerTimer { get; set; }
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
52
Timer
breadCrumbTimer;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
875
public
Timer
SpacerTimer { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
52
Timer
breadCrumbTimer;
System.Workflow.Runtime (2)
Tracking.cs (1)
37
private System.Timers.
Timer
_timer = null;
Tracking\SqlTrackingService.cs (1)
43
private System.Timers.
Timer
_timer = new System.Timers.Timer();