2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1198_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle) 1209_autoScrollTimer = null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
1195Debug.Assert(_autoScrollTimer == null, "IsMouseCaptured went from true to true"); 1196if (_autoScrollTimer == null) 1202_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1203_autoScrollTimer.Start(); 1208_autoScrollTimer?.Stop();