16 writes to Interval
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
645
_delayTimer.
Interval
= 100;
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
9797
this.horizScrollTimer.
Interval
= GetColumnScrollRate(absXOffset);
16724
this.HorizScrollTimer.
Interval
= GetColumnScrollRate(Math.Abs(xOffset));
16739
this.VertScrollTimer.
Interval
= GetRowScrollRate(Math.Abs(yOffset));
29765
this.vertScrollTimer.
Interval
= GetRowScrollRate(absYOffset);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1156
timer.
Interval
= provider.BlinkRate;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5295
mouseHoverTimer.
Interval
= interval;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1028
_ensureMessageProcessingTimer.
Interval
= MESSAGE_PROCESSING_INTERVAL;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1331
autoMenuExpandTimer.
Interval
= item.IsOnDropDown ? slowShow : quickShow;
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
120
MouseDownTimer.
Interval
= AUTOSCROLL_PAUSE;
147
MouseDownTimer.
Interval
= AUTOSCROLL_UPDATE;
winforms\Managed\System\WinForms\ToolTip.cs (1)
2107
timer.
Interval
= interval;
winforms\Managed\System\WinForms\UpDownBase.cs (2)
1766
timer.
Interval
= this.timerInterval;
1808
timer.
Interval
= this.timerInterval;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1203
timer.
Interval
= 50;
AuthoringOM\Design\WorkflowView.cs (1)
2353
this.timer.
Interval
= WorkflowTimer.TimerInterval;
1 reference to Interval
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Timer.cs (1)
268
return s + ", Interval: " +
Interval
.ToString(CultureInfo.CurrentCulture);