2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1714_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle); 1729_autoScrollTimer = null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
1708if (_autoScrollTimer == null) 1715_autoScrollTimer.Interval = AutoScrollTimeout; 1716_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1717_autoScrollTimer.Start(); 1726if (_autoScrollTimer != null) 1728_autoScrollTimer.Stop();