1 write to _restoreDT
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
277
_restoreDT
= new DispatcherTimer();
4 references to _restoreDT
PresentationCore (4)
System\Windows\InterOp\HwndTarget.cs (4)
278
_restoreDT
.Tick += new EventHandler(InvalidateSelf);
279
_restoreDT
.Interval = TimeSpan.FromMilliseconds(100);
1085
_restoreDT
.Start();
1341
Debug.Assert(
_restoreDT
== sourceDT);