2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
619_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle) 632_autoScrollTimer = null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
616Debug.Assert(_autoScrollTimer == null, "IsMouseCaptured went from true to true"); 617if (_autoScrollTimer == null) 623_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 624_autoScrollTimer.Start(); 629if (_autoScrollTimer != null) 631_autoScrollTimer.Stop();