2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1705
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
1722
_autoScrollTimer
= null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
1699
if (
_autoScrollTimer
== null)
1709
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
1710
_autoScrollTimer
.Start();
1719
if (
_autoScrollTimer
!= null)
1721
_autoScrollTimer
.Stop();