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)
1699if (_autoScrollTimer == null) 1709_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1710_autoScrollTimer.Start(); 1719if (_autoScrollTimer != null) 1721_autoScrollTimer.Stop();