2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
618
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
629
_autoScrollTimer
= null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\ListBox.cs (5)
615
Debug.Assert(
_autoScrollTimer
== null, "IsMouseCaptured went from true to true");
616
if (
_autoScrollTimer
== null)
622
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
623
_autoScrollTimer
.Start();
628
_autoScrollTimer
?.Stop();