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