1 write to _restoreDT
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
280_restoreDT = new DispatcherTimer();
4 references to _restoreDT
PresentationCore (4)
System\Windows\InterOp\HwndTarget.cs (4)
281_restoreDT.Tick += new EventHandler(InvalidateSelf); 282_restoreDT.Interval = TimeSpan.FromMilliseconds(100); 1088_restoreDT.Start(); 1344Debug.Assert(_restoreDT == sourceDT);