1 write to _restoreDT
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
325
_restoreDT
= new DispatcherTimer();
4 references to _restoreDT
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (4)
326
_restoreDT
.Tick += new EventHandler(InvalidateSelf);
327
_restoreDT
.Interval = TimeSpan.FromMilliseconds(100);
1184
_restoreDT
.Start();
1455
Debug.Assert(
_restoreDT
== sourceDT);