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)
1698if (_autoScrollTimer == null) 1708_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1709_autoScrollTimer.Start(); 1718if (_autoScrollTimer != null) 1720_autoScrollTimer.Stop();