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