8 references to DispatcherTimer
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
278_inertiaTimer = new DispatcherTimer();
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
325_restoreDT = new DispatcherTimer();
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
121_timer = new DispatcherTimer();
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
8720_cleanupDelay = new DispatcherTimer();
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2741DispatcherTimer timer = new DispatcherTimer();
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)
207this.tryHideTimer = new DispatcherTimer();
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
313_dt = new DispatcherTimer();