2 writes to _autoScrollTimer
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
1721_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle); 1736_autoScrollTimer = null;
6 references to _autoScrollTimer
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (6)
1715if (_autoScrollTimer == null) 1722_autoScrollTimer.Interval = AutoScrollTimeout; 1723_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1724_autoScrollTimer.Start(); 1733if (_autoScrollTimer != null) 1735_autoScrollTimer.Stop();