2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
619
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
632
_autoScrollTimer
= null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
616
Debug.Assert(
_autoScrollTimer
== null, "IsMouseCaptured went from true to true");
617
if (
_autoScrollTimer
== null)
623
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
624
_autoScrollTimer
.Start();
629
if (
_autoScrollTimer
!= null)
631
_autoScrollTimer
.Stop();