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)
1199
Debug.Assert(
_autoScrollTimer
== null, "IsMouseCaptured went from true to true");
1200
if (
_autoScrollTimer
== null)
1206
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
1207
_autoScrollTimer
.Start();
1212
if (
_autoScrollTimer
!= null)
1214
_autoScrollTimer
.Stop();