19 references to DispatcherTimer
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
201
_inputTimer = new
DispatcherTimer
(DispatcherPriority.Background);
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 (14)
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\TextSearch.cs (1)
559
_timeoutTimer = new
DispatcherTimer
(DispatcherPriority.Normal);
src\Framework\System\windows\Documents\TextEditor.cs (1)
535
_mouseSelectionState.Timer = new
DispatcherTimer
(DispatcherPriority.Normal);
WindowsBase (1)
Base\System\Windows\Threading\DispatcherTimer.cs (1)
20
public DispatcherTimer() :
this
(DispatcherPriority.Background) // NOTE: should be Priority Dispatcher.BackgroundPriority