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