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)
330ToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal); 524ToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal); 586_forceCloseTimer = new DispatcherTimer(DispatcherPriority.Normal); 594ToolTipTimer = 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)
20public DispatcherTimer() : this(DispatcherPriority.Background) // NOTE: should be Priority Dispatcher.BackgroundPriority