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)
2741
DispatcherTimer 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)
207
this.tryHideTimer = new
DispatcherTimer
();
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
313
_dt = new
DispatcherTimer
();