27 instantiations of DispatcherTimer
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
201
_inputTimer = new
DispatcherTimer
(DispatcherPriority.Background);
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
278
_inertiaTimer = new
DispatcherTimer
();
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
325
_restoreDT = new
DispatcherTimer
();
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
264
_promoteRenderOpToInput = new
DispatcherTimer
(DispatcherPriority.Render);
266
_promoteRenderOpToRender = new
DispatcherTimer
(DispatcherPriority.Render);
268
_estimatedNextVSyncTimer = new
DispatcherTimer
(DispatcherPriority.Render);
PresentationFramework (18)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1142
_throttleBackgroundTimer = new
DispatcherTimer
(DispatcherPriority.Background);
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
98
_throttleBackgroundTimer = new
DispatcherTimer
(DispatcherPriority.Background);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1218
_autoScrollTimer = new
DispatcherTimer
(DispatcherPriority.SystemIdle);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
1721
_autoScrollTimer = new
DispatcherTimer
(DispatcherPriority.SystemIdle);
src\Framework\System\Windows\Controls\ListBox.cs (1)
581
_autoScrollTimer = new
DispatcherTimer
(DispatcherPriority.SystemIdle);
src\Framework\System\Windows\Controls\MenuItem.cs (2)
2600
_openHierarchyTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
2619
_closeHierarchyTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
330
ToolTipTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
524
ToolTipTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
586
_forceCloseTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
594
ToolTipTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1674
_asyncDestroy = new
DispatcherTimer
(DispatcherPriority.Input);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
121
_timer = new
DispatcherTimer
();
src\Framework\System\Windows\Controls\TextSearch.cs (1)
559
_timeoutTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
8720
_cleanupDelay = new
DispatcherTimer
();
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2741
DispatcherTimer timer = new
DispatcherTimer
();
src\Framework\System\windows\Documents\TextEditor.cs (1)
535
_mouseSelectionState.Timer = new
DispatcherTimer
(DispatcherPriority.Normal);
src\Framework\System\Windows\Window.cs (1)
6784
_taskbarRetryTimer = new
DispatcherTimer
{ Interval = new TimeSpan(0, 1, 0) };
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
207
this.tryHideTimer = new
DispatcherTimer
();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1532
var dt = new
DispatcherTimer
(TimeSpan.FromSeconds(6), DispatcherPriority.ApplicationIdle, (sender, e) => { tip.IsOpen = false; }, r.Dispatcher);
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
313
_dt = new
DispatcherTimer
();
48 references to DispatcherTimer
PresentationCore (12)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
1204
private
DispatcherTimer
_inputTimer;
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
781
private
DispatcherTimer
_inertiaTimer;
Core\CSharp\System\Windows\Interop\HwndTarget.cs (3)
238
private
DispatcherTimer
_restoreDT;
1452
DispatcherTimer
sourceDT = (
DispatcherTimer
)s;
Core\CSharp\System\Windows\Media\MediaContext.cs (7)
2602
((
DispatcherTimer
)sender).Stop();
2612
((
DispatcherTimer
)sender).Stop();
2638
DispatcherTimer
timer = ((
DispatcherTimer
)sender);
2758
private
DispatcherTimer
_promoteRenderOpToInput;
2759
private
DispatcherTimer
_promoteRenderOpToRender;
2767
private
DispatcherTimer
_estimatedNextVSyncTimer;
PresentationFramework (23)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3256
private
DispatcherTimer
_throttleBackgroundTimer;
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
267
private
DispatcherTimer
_throttleBackgroundTimer;
src\Framework\System\Windows\Controls\ComboBox.cs (1)
2043
private
DispatcherTimer
_autoScrollTimer;
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8682
private
DispatcherTimer
_autoScrollTimer; // Timer to tick auto-scroll
src\Framework\System\Windows\Controls\ListBox.cs (1)
1016
private
DispatcherTimer
_autoScrollTimer;
src\Framework\System\Windows\Controls\MenuItem.cs (4)
2635
private void StopTimer(ref
DispatcherTimer
timer)
2644
private void StartTimer(
DispatcherTimer
timer)
2777
DispatcherTimer
_openHierarchyTimer;
2778
DispatcherTimer
_closeHierarchyTimer;
src\Framework\System\Windows\Controls\PopupControlService.cs (3)
1073
private
DispatcherTimer
ToolTipTimer
1206
private
DispatcherTimer
_toolTipTimer;
1214
private
DispatcherTimer
_forceCloseTimer;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2932
private
DispatcherTimer
_asyncDestroy;
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
344
private
DispatcherTimer
_timer;
src\Framework\System\Windows\Controls\TextSearch.cs (1)
863
private
DispatcherTimer
_timeoutTimer;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11589
private
DispatcherTimer
_cleanupDelay;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (5)
1459
DispatcherTimer
timer = (
DispatcherTimer
)GetValue(Feature.Timer, null);
2263
DispatcherTimer
timer = (
DispatcherTimer
)GetValue(Feature.Timer, null);
2741
DispatcherTimer
timer = new DispatcherTimer();
src\Framework\System\windows\Documents\TextEditor.cs (1)
1999
internal
DispatcherTimer
Timer;
src\Framework\System\Windows\Window.cs (1)
7761
private
DispatcherTimer
_taskbarRetryTimer;
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (4)
33
private
DispatcherTimer
tryHideTimer;
201
private
DispatcherTimer
TryHideTimer
473
DispatcherTimer
timer = sender as
DispatcherTimer
;
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1532
var
dt = new DispatcherTimer(TimeSpan.FromSeconds(6), DispatcherPriority.ApplicationIdle, (sender, e) => { tip.IsOpen = false; }, r.Dispatcher);
WindowsBase (8)
Base\System\Windows\SplashScreen.cs (1)
44
private
DispatcherTimer
_dt;
Base\System\Windows\Threading\Dispatcher.cs (7)
2810
List<
DispatcherTimer
> timers = null;
2827
DispatcherTimer
timer = null;
2877
internal void AddTimer(
DispatcherTimer
timer)
2890
internal void RemoveTimer(
DispatcherTimer
timer)
2934
DispatcherTimer
timer = _timers[i];
3221
private List<
DispatcherTimer
> _timers = new List<
DispatcherTimer
>();