2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1195_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle) 1206_autoScrollTimer = null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
1192Debug.Assert(_autoScrollTimer == null, "IsMouseCaptured went from true to true"); 1193if (_autoScrollTimer == null) 1199_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1200_autoScrollTimer.Start(); 1205_autoScrollTimer?.Stop();