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(); 1455Debug.Assert(_restoreDT == sourceDT);