2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1201_autoScrollTimer = new DispatcherTimer(DispatcherPriority.SystemIdle) 1214_autoScrollTimer = null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (6)
1198Debug.Assert(_autoScrollTimer == null, "IsMouseCaptured went from true to true"); 1199if (_autoScrollTimer == null) 1205_autoScrollTimer.Tick += new EventHandler(OnAutoScrollTimeout); 1206_autoScrollTimer.Start(); 1211if (_autoScrollTimer != null) 1213_autoScrollTimer.Stop();