2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1704
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
1721
_autoScrollTimer
= null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
1698
if (
_autoScrollTimer
== null)
1708
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
1709
_autoScrollTimer
.Start();
1718
if (
_autoScrollTimer
!= null)
1720
_autoScrollTimer
.Stop();