2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1701
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
1718
_autoScrollTimer
= null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
1695
if (
_autoScrollTimer
== null)
1705
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
1706
_autoScrollTimer
.Start();
1715
if (
_autoScrollTimer
!= null)
1717
_autoScrollTimer
.Stop();