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