29 writes to Interval
PresentationCore (9)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
203
_inputTimer.
Interval
= TimeSpan.FromMilliseconds(125);
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
279
_inertiaTimer.
Interval
= TimeSpan.FromMilliseconds(15);
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
327
_restoreDT.
Interval
= TimeSpan.FromMilliseconds(100);
Core\CSharp\System\Windows\Media\MediaContext.cs (6)
625
_promoteRenderOpToRender.
Interval
= nextTickNeeded;
638
_promoteRenderOpToInput.
Interval
= nextTickNeeded;
641
_promoteRenderOpToRender.
Interval
= TimeSpan.FromSeconds(1);
705
_estimatedNextVSyncTimer.
Interval
= TimeSpan.FromTicks(earliestWakeupTicks - currentTicks);
712
_estimatedNextVSyncTimer.
Interval
= TimeSpan.FromMilliseconds(17);
2645
timer.
Interval
= TimeSpan.FromTicks(earliestWakeupTicks - currentTicks);
PresentationFramework (18)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1143
_throttleBackgroundTimer.
Interval
= new TimeSpan(0, 0, _throttleBackgroundSeconds);
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
99
_throttleBackgroundTimer.
Interval
= new TimeSpan(0, 0, (int)_throttleBackgroundSeconds);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1219
_autoScrollTimer.
Interval
= AutoScrollTimeout;
src\Framework\System\Windows\Controls\DataGrid.cs (1)
1722
_autoScrollTimer.
Interval
= AutoScrollTimeout;
src\Framework\System\Windows\Controls\ListBox.cs (1)
582
_autoScrollTimer.
Interval
= AutoScrollTimeout;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2649
timer.
Interval
= TimeSpan.FromMilliseconds(SystemParameters.MenuShowDelay);
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
331
ToolTipTimer.
Interval
= TimeSpan.FromMilliseconds(ToolTipService.GetInitialShowDelay(o));
525
ToolTipTimer.
Interval
= TimeSpan.FromMilliseconds(ToolTipService.GetShowDuration(o));
587
_forceCloseTimer.
Interval
= Popup.AnimationDelayTime;
595
ToolTipTimer.
Interval
= TimeSpan.FromMilliseconds(ToolTipService.GetBetweenShowDelay(o));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1684
_asyncDestroy.
Interval
= animating ? AnimationDelayTime : TimeSpan.Zero;
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (2)
127
_timer.
Interval
= TimeSpan.FromMilliseconds(Delay);
152
_timer.
Interval
= interval;
src\Framework\System\Windows\Controls\TextSearch.cs (1)
568
_timeoutTimer.
Interval
= TimeOut;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
8722
_cleanupDelay.
Interval
= TimeSpan.FromMilliseconds(500.0);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2743
timer.
Interval
= TimeSpan.FromMilliseconds(delay);
src\Framework\System\windows\Documents\TextEditor.cs (1)
539
_mouseSelectionState.Timer.
Interval
= TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200));
src\Framework\System\Windows\Window.cs (1)
6784
_taskbarRetryTimer = new DispatcherTimer {
Interval
= new TimeSpan(0, 1, 0) };
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
208
this.tryHideTimer.
Interval
= TimeSpan.FromMilliseconds(200);
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
314
_dt.
Interval
= TimeSpan.FromMilliseconds(30); // shoot for ~30 fps
1 reference to Interval
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
151
if (_timer.
Interval
!= interval)