2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1717_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle); 1732_autoScrollTimer = null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
1711if (_autoScrollTimer == null) 1718_autoScrollTimer.Interval = AutoScrollTimeout; 1719_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1720_autoScrollTimer.Start(); 1729if (_autoScrollTimer != null) 1731_autoScrollTimer.Stop();