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)
1695if (_autoScrollTimer == null) 1705_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1706_autoScrollTimer.Start(); 1715if (_autoScrollTimer != null) 1717_autoScrollTimer.Stop();